mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
zsv: 0.3.7-alpha -> 0.3.8-alpha
Diff: https://github.com/liquidaty/zsv/compare/v0.3.7-alpha...0.3.8-alpha Changelog: https://github.com/liquidaty/zsv/releases/tag/v0.3.8-alpha
This commit is contained in:
parent
126741a71c
commit
f75342f2d9
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zsv";
|
||||
version = "0.3.7-alpha";
|
||||
version = "0.3.8-alpha";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "liquidaty";
|
||||
repo = "zsv";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1eyGy6StFKFisyxTV9EuAwV1ZhuGnN0/STwVo/xmXNw=";
|
||||
hash = "sha256-+6oZvMlfLVTDLRlqOpgdZP2YxT6Zlt13wBMFlryBrXY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user