hdrop: 0.7.2 -> 0.7.3

This commit is contained in:
Schweber
2025-01-18 16:45:08 +00:00
committed by GitHub
parent 79bb80e69e
commit da3a6456a4
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "hdrop";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "Schweber";
repo = "hdrop";
rev = "v${version}";
hash = "sha256-XpC/LLqB5EwvI2MwnR2x142UtG5WEt5Wwbhx6gdNJ68=";
hash = "sha256-OX9kjGGdIvsaaGwNq7IbyD5B7AmlH1wHiR6P4uIOdi8=";
};
nativeBuildInputs = [