snapraid: 12.2 -> 12.3

This commit is contained in:
R. Ryantm 2024-01-23 07:24:38 +00:00
parent 9dbf5074db
commit f345b92537

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "snapraid";
version = "12.2";
version = "12.3";
src = fetchFromGitHub {
owner = "amadvance";
repo = "snapraid";
rev = "v${version}";
sha256 = "sha256-3wy442tv3m1CSOAj1cngTWRiqX934c/7V2YL6j30+3U=";
sha256 = "sha256-pkLooA3JZV/rPlE5+JeJN1QW2xAdNu7c/iFFtT4M4vc=";
};
VERSION = version;