Merge pull request #283131 from r-ryantm/auto-update/snapraid

snapraid: 12.2 -> 12.3
This commit is contained in:
Nikolay Korotkiy 2024-01-27 20:18:16 +04:00 committed by GitHub
commit 8df12f215f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;