hellwal: 1.0.2 -> 1.0.3 (#389923)

Co-authored-by: danihek <danihek@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-14 21:02:17 +00:00 committed by GitHub
commit e4f6fa1d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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