diff options
| author | Jonas Heinrich <onny@project-insanity.org> | 2023-06-06 10:09:20 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-06 19:02:03 +0000 |
| commit | b12f615b7e21d4d0dfb57f239d714bfc4f853dc6 (patch) | |
| tree | 5dcdb23adb54e3d9728b045cfeb316d2ecdbbf6f | |
| parent | Merge pull request #236223 from NixOS/backport-236174-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-236230-to-release-23.05.tar.gz | |
nc4nix: unstable-2023-05-25 -> unstable-2023-06-05origin/backport-236230-to-release-23.05
(cherry picked from commit a64e32f981af7d202580080a593448b501c0e20b)
| -rw-r--r-- | pkgs/development/tools/nc4nix/default.nix | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/development/tools/nc4nix/default.nix b/pkgs/development/tools/nc4nix/default.nix index 56bad1812938..84c7c2bb7602 100644 --- a/pkgs/development/tools/nc4nix/default.nix +++ b/pkgs/development/tools/nc4nix/default.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "nc4nix"; - version = "unstable-2023-05-25"; + version = "unstable-2023-06-05"; src = fetchFromGitHub { owner = "helsinki-systems"; repo = "nc4nix"; - rev = "14cab9b2f8628ae6668c1d01519f558069f7f675"; - sha256 = "sha256-iy9jJMRu0SkfrDufO6WAObqdiusvwhyv+GGHVrD3CV4="; + rev = "b7fa87cb9b21aceaf0cb0f9b612dde4f91ca6655"; + sha256 = "sha256-fVB8l1HyBL7Xq99MgsnnlU4a+ZM7R1ImsAg4czajwCA="; }; patches = [ @@ -32,13 +32,6 @@ buildGoModule rec { sha256 = "sha256-qAAbR1G748+2vwwfAhpe8luVEIKNGifqXqTV9QqaUFc="; name = "add_package_selection_command_line_arg.patch"; }) - # Only consider (new) stable releases of NC apps - # https://github.com/helsinki-systems/nc4nix/issues/4 - (fetchpatch { - url = "https://github.com/helsinki-systems/nc4nix/pull/5/commits/076a188bf30203ddea0217d83f2e3b16f3b9392b.patch"; - sha256 = "sha256-N7X9j0tWD8ZAWjXXCXGITl/EBbrIbKbHJHyskT1rVTs="; - name = "only_consider_stable_releases.patch"; - }) ]; vendorSha256 = "sha256-uhINWxFny/OY7M2vV3ehFzP90J6Z8cn5IZHWOuEg91M="; |
