zsv: 1.0.0 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-12-02 19:12:24 +00:00
parent dedc570c0e
commit b8e0a0d284
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zsv";
version = "1.0.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "liquidaty";
repo = "zsv";
rev = "v${finalAttrs.version}";
hash = "sha256-o5n6pUMdirtNsLAi17+sp0xteFCfFUcr2k8q57pTW2A=";
hash = "sha256-6Gc9RDrQmayTnCoFHYN8B3gdqR3CPyyLWtO31WpnJ3o=";
};
nativeBuildInputs = [ perl ];