hdrop: 0.7.5 -> 0.7.6

https://github.com/Schweber/hdrop/releases/tag/v0.7.6
This commit is contained in:
Schweber
2025-02-24 08:35:45 +01:00
committed by GitHub
parent d26b37b96f
commit 580446b05f
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "hdrop";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "Schweber";
repo = "hdrop";
rev = "v${version}";
hash = "sha256-TKSiwpoc1RSct8JzLHeM5SZaIT8fQUmAmY45OKbvQ9E=";
hash = "sha256-kJ+xjxd8MAuwzARCgN6qLeetwLxRzhmip1Z4U4IfqmY=";
};
nativeBuildInputs = [