Skip to content

Commit 6985940

Browse files
authored
libblockdev: 3.2.1 -> 3.3.0 (NixOS#383790)
2 parents d794bfb + be93e4e commit 6985940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libblockdev/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
}:
3535
stdenv.mkDerivation (finalAttrs: {
3636
pname = "libblockdev";
37-
version = "3.2.1";
37+
version = "3.3.0";
3838

3939
src = fetchFromGitHub {
4040
owner = "storaged-project";
4141
repo = "libblockdev";
4242
rev = finalAttrs.version;
43-
hash = "sha256-85vfHHR6WqSPCW1QmD3HccIpOqNYrx1PDjTh297VA1A=";
43+
hash = "sha256-Q7610i+2PQi+Oza3c2SwPneljrb+1cuFA4K4DQTpt8A=";
4444
};
4545

4646
outputs = [ "out" "dev" "devdoc" "python" ];

0 commit comments

Comments
 (0)