Merge pull request #264100 from r-ryantm/auto-update/libblockdev

libblockdev: 3.0.3 -> 3.0.4
This commit is contained in:
Pol Dellaiera 2023-11-27 21:24:18 +01:00 committed by GitHub
commit 644e8cbc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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