mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 13:27:16 +00:00
Merge pull request #210302 from dotlambda/gnome-secrets-7.2
gnome-secrets: 7.0 -> 7.2
This commit is contained in:
commit
ab0eb85394
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gnome-secrets";
|
pname = "gnome-secrets";
|
||||||
version = "7.0";
|
version = "7.2";
|
||||||
format = "other";
|
format = "other";
|
||||||
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "World";
|
owner = "World";
|
||||||
repo = "secrets";
|
repo = "secrets";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-P/1lKmWpwidW3fz2zxgVnFoHmROTVB//byDedoOC4u0=";
|
hash = "sha256-CE0iuXYHBhu07mjfXCnAPZQUD1Wy95L+tvBT+uepbrk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user