nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

snapraid: 11.4 -> 11.5

+2 -2
+2 -2
pkgs/tools/filesystems/snapraid/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "snapraid"; 5 - version = "11.4"; 5 + version = "11.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "amadvance"; 9 9 repo = "snapraid"; 10 10 rev = "v${version}"; 11 - sha256 = "1mhinc9wny4a1xdrbksdl58kfrsh1cxp79zcgsl99gnyw47r22jy"; 11 + sha256 = "0dlhdsmq5l208zldfr9z9g0p67wry81dr0r23lpybb5c9fm2f2rm"; 12 12 }; 13 13 14 14 VERSION = version;