zsv: 0.3.3-alpha -> 0.3.4-alpha

https://github.com/liquidaty/zsv/releases/tag/v0.3.4-alpha
This commit is contained in:
Mario Rodas 2023-01-03 04:20:00 +00:00
parent bb6bb541a6
commit 76cf05c317

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsv";
version = "0.3.3-alpha";
version = "0.3.4-alpha";
src = fetchFromGitHub {
owner = "liquidaty";
repo = "zsv";
rev = "v${version}";
sha256 = "sha256-gKtnyBCgiXNKiAjOYk2rxExfcNGHEAmjealcCTWRj+M=";
sha256 = "sha256-3drVqKRs5bjkvQiHyEANI5geeF5g7ba2+RxmAhxbu84=";
};
nativeBuildInputs = [ perl ];