diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-11-01 00:42:52 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-27 01:39:19 +0000 |
| commit | b413a1b89addd0368260888d541990f70f80d0f9 (patch) | |
| tree | 9f478ac4166937b15ce551d69d250957ba5cb503 | |
| parent | Merge pull request #203156 from NixOS/backport-203091-to-release-22.11 (diff) | |
| download | nixpkgs-b413a1b89addd0368260888d541990f70f80d0f9.tar.gz | |
ntfs3g: 2022.5.17 -> 2022.10.3origin/backport-198862-to-release-22.11
(cherry picked from commit 26a6ef7f17e1bd46661359af3751ce57511d9962)
| -rw-r--r-- | pkgs/tools/filesystems/ntfs-3g/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/ntfs-3g/default.nix b/pkgs/tools/filesystems/ntfs-3g/default.nix index 018621b8019a..56d6bdc7fba2 100644 --- a/pkgs/tools/filesystems/ntfs-3g/default.nix +++ b/pkgs/tools/filesystems/ntfs-3g/default.nix @@ -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 ] |
