mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
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
This commit is contained in:
parent
a054d74507
commit
20938b4264
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "snapraid-${version}";
|
name = "snapraid-${version}";
|
||||||
version = "11.2";
|
version = "11.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amadvance";
|
owner = "amadvance";
|
||||||
repo = "snapraid";
|
repo = "snapraid";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "01z8fl3x2j5bnm0rybj7hhch18is6dkwqc43yzwc6418spr4imsd";
|
sha256 = "08rwz55njkr1w794y3hs8nxc11vzbv4drds9wgxpf6ps8qf9q49f";
|
||||||
};
|
};
|
||||||
|
|
||||||
VERSION = version;
|
VERSION = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user