libblockdev: 3.0.4 -> 3.1.1

This commit is contained in:
R. Ryantm 2024-03-29 20:47:57 +00:00
parent 2179e629c6
commit 3030b58d8a
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libblockdev";
version = "3.0.4";
version = "3.1.1";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libblockdev";
rev = "${finalAttrs.version}-1";
hash = "sha256-9tPI8FyHQ9i7p4HLrxiseIH8Y5uqnlsNjcZ1qIHCcRY=";
hash = "sha256-WCMedMkaMMhZbB3iJu3c+CTT3AvOjzOSYP45J+NQEDQ=";
};
outputs = [ "out" "dev" "devdoc" ];