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: { stdenv.mkDerivation (finalAttrs: {
pname = "hellwal"; pname = "hellwal";
version = "1.0.3"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danihek"; owner = "danihek";
repo = "hellwal"; repo = "hellwal";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-ei612uqAdEDwodsVDkmI4CGASMzCC/q0+CuNS54B53U="; hash = "sha256-M+b49KhbzvwpMvnfiNe4yy50aUjrGXEajLMmiXEOCgE=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
installPhase = '' installPhase = ''