Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

snapraid: 11.2 -> 11.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snapraid/versions

+2 -2
+2 -2
pkgs/tools/filesystems/snapraid/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "snapraid-${version}"; 5 - version = "11.2"; 5 + version = "11.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "amadvance"; 9 9 repo = "snapraid"; 10 10 rev = "v${version}"; 11 - sha256 = "01z8fl3x2j5bnm0rybj7hhch18is6dkwqc43yzwc6418spr4imsd"; 11 + sha256 = "08rwz55njkr1w794y3hs8nxc11vzbv4drds9wgxpf6ps8qf9q49f"; 12 12 }; 13 13 14 14 VERSION = version;