Commit e0741dfd authored by R. RyanTM's avatar R. RyanTM
Browse files

libblockdev: 3.0.3 -> 3.0.4

parent fac16fbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];