pods: 1.2.0 -> 1.2.1
Diff: https://github.com/marhkb/pods/compare/v1.2.0...v1.2.1 Changelog: https://github.com/marhkb/pods/releases/tag/v1.2.1
This commit is contained in:
parent
51120fc6e7
commit
3a3242d046
2 changed files with 3 additions and 3 deletions
2
pkgs/applications/virtualization/pods/Cargo.lock
generated
2
pkgs/applications/virtualization/pods/Cargo.lock
generated
|
@ -1672,7 +1672,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pods"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ashpd",
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pods";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "marhkb";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-BCsieVMH2G2vT/ohrVyeIkwO9Ud0N5rXpIQj5mL9L2g=";
|
||||
sha256 = "sha256-xi9PmgSINW64vl1skQFjkTqnC6Dfty9eVFVFmMy9K9E=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
|
|
Loading…
Reference in a new issue