polkit: 122 -> 123
Changes: https://gitlab.freedesktop.org/polkit/polkit/-/compare/122...123
This commit is contained in:
parent
79aa627be6
commit
80422d2aab
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "polkit";
|
pname = "polkit";
|
||||||
version = "122";
|
version = "123";
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ]; # small man pages in $bin
|
outputs = [ "bin" "dev" "out" ]; # small man pages in $bin
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "polkit";
|
owner = "polkit";
|
||||||
repo = "polkit";
|
repo = "polkit";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "fLY8i8h4McAnwVt8dLOqbyHM7v3SkbWqATz69NkUudU=";
|
hash = "sha256-/kjWkh6w2FYgtYWzw3g3GlWJKKpkJ3cqwfE0iDqJctw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue