hdrop: 0.6.0 -> 0.7.2

This commit is contained in:
Schweber
2025-01-05 20:24:45 +01:00
parent cfa60e5c7e
commit 95e1340aed
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "hdrop";
version = "0.6.0";
version = "0.7.2";
src = fetchFromGitHub {
owner = "Schweber";
repo = "hdrop";
rev = "v${version}";
hash = "sha256-0GkZBqpORJqhhC19bsJHvkbHKOno1ZyBBA7nhzfqLZw=";
hash = "sha256-XpC/LLqB5EwvI2MwnR2x142UtG5WEt5Wwbhx6gdNJ68=";
};
nativeBuildInputs = [