Unverified Commit e2c52355 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203168 from NixOS/backport-198862-to-release-22.11

[Backport release-22.11] ntfs3g: 2022.5.17 -> 2022.10.3
parents db791e82 b413a1b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

stdenv.mkDerivation rec {
  pname = "ntfs3g";
  version = "2022.5.17";
  version = "2022.10.3";

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

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
    owner = "tuxera";
    repo = "ntfs-3g";
    rev = version;
    sha256 = "sha256-xh8cMNIHeJ1rtk5zwOsmcxeedgZ3+MSiWn2UC7y+gtQ=";
    sha256 = "sha256-nuFTsGkm3zmSzpwmhyY7Ke0VZfZU0jHOzEWaLBbglQk=";
  };

  buildInputs = [ gettext libuuid ]