hdrop: 0.7.6 -> 0.7.7

This commit is contained in:
Schweber
2025-03-24 10:44:34 +01:00
committed by GitHub
parent 02cbb4cc2e
commit 521978e99e
+2 -2
View File
@@ -15,13 +15,13 @@
stdenvNoCC.mkDerivation rec {
pname = "hdrop";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "Schweber";
repo = "hdrop";
rev = "v${version}";
hash = "sha256-kJ+xjxd8MAuwzARCgN6qLeetwLxRzhmip1Z4U4IfqmY=";
hash = "sha256-T+hyC3YfTMn5txFlFbm/+wKWj21vuwIN5lfe+iiAm8c=";
};
nativeBuildInputs = [