hellwal: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2025-05-08 14:07:35 +00:00
parent 6724b0bfcb
commit df80176eb8

View file

@ -6,12 +6,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hellwal";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "danihek";
repo = "hellwal";
tag = "v${finalAttrs.version}";
hash = "sha256-ei612uqAdEDwodsVDkmI4CGASMzCC/q0+CuNS54B53U=";
hash = "sha256-M+b49KhbzvwpMvnfiNe4yy50aUjrGXEajLMmiXEOCgE=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''