Skip to content

Commit 740afb0

Browse files
authored
hdrop: 0.7.3 -> 0.7.4
1 parent 68d4524 commit 740afb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hd/hdrop/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenvNoCC.mkDerivation rec {
1717
pname = "hdrop";
18-
version = "0.7.3";
18+
version = "0.7.4";
1919

2020
src = fetchFromGitHub {
2121
owner = "Schweber";
2222
repo = "hdrop";
2323
rev = "v${version}";
24-
hash = "sha256-OX9kjGGdIvsaaGwNq7IbyD5B7AmlH1wHiR6P4uIOdi8=";
24+
hash = "sha256-9uhofu4YHlHTLtOikShKlNWSjNslVNtJcSIUKvtWFZc=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)