mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
shadow: 4.14.3 -> 4.14.5
Changes: - https://github.com/shadow-maint/shadow/releases/tag/4.14.4 - https://github.com/shadow-maint/shadow/releases/tag/4.14.5
This commit is contained in:
parent
ed8b568db3
commit
8e4a4e54f8
@ -17,13 +17,13 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "shadow";
|
||||
version = "4.14.3";
|
||||
version = "4.14.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shadow-maint";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-Y5wyvmTh66Bjb1/UPdDF78lgvH7HFTCFowhQQ+Fo9ak=";
|
||||
hash = "sha256-ogkPp6dxWHdvJvWcb5iauH81CVTH7BbonFXG1gGysUE=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "su" "dev" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user