Merge pull request #258460 from marsam/update-zsv

zsv: 0.3.7-alpha -> 0.3.8-alpha
This commit is contained in:
Mario Rodas 2023-10-01 15:19:46 -05:00 committed by GitHub
commit 0af79c4080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];