snapraid: 12.0 -> 12.1

This commit is contained in:
R. Ryantm 2022-01-25 20:28:29 +00:00 committed by Jonathan Ringer
parent 825c698322
commit 802a9f7302

View File

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