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

snapraid: 12.1 -> 12.2
This commit is contained in:
Jonas Heinrich 2022-08-29 22:25:00 +02:00 committed by GitHub
commit 4f39b4e411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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