hdrop: 0.7.3 -> 0.7.4

This commit is contained in:
Schweber
2025-01-29 08:46:26 +01:00
committed by GitHub
parent 68d4524fe8
commit 740afb0853
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "hdrop";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "Schweber";
repo = "hdrop";
rev = "v${version}";
hash = "sha256-OX9kjGGdIvsaaGwNq7IbyD5B7AmlH1wHiR6P4uIOdi8=";
hash = "sha256-9uhofu4YHlHTLtOikShKlNWSjNslVNtJcSIUKvtWFZc=";
};
nativeBuildInputs = [