Unverified Commit e89ce050 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files
parent 2fbf3ec6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
  pname = "xfsprogs";
  version = "6.2.0";
  version = "6.3.0";

  src = fetchurl {
    url = "mirror://kernel/linux/utils/fs/xfs/xfsprogs/${pname}-${version}.tar.xz";
    hash = "sha256-1n3LpaKOCQS2CIa25fdSvHycOlxwlhU4VbWtyp24bFE=";
    hash = "sha256-7Jh8nwvLLbKZG/+4DTUxULOJw6K3m2gwQR9wQq32mQw=";
  };

  outputs = [ "bin" "dev" "out" "doc" ];