zef: 0.22.2 -> 0.22.4

This commit is contained in:
R. Ryantm 2024-10-20 04:48:41 +00:00
parent 75d8eea61e
commit 28512828bb

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zef";
version = "0.22.2";
version = "0.22.4";
src = fetchFromGitHub {
owner = "ugexe";
repo = "zef";
rev = "v${finalAttrs.version}";
hash = "sha256-uMVfBptiCungO+XJMlwV2Fhs2jgVNDOqUFqgJPV5RhM=";
hash = "sha256-blreXcpKvatu5Vo5YViIz5Yv2OAsQgs/SGEI2rABDoc=";
};
nativeBuildInputs = [