summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-11-12 17:34:26 +0100
committerYt <happysalada@proton.me>2022-11-12 12:01:22 -0500
commit2224c27f0e523057d63bbfdd084f29dbf13ae496 (patch)
treef5eadb7632a7e83386f23e114808a57e4970919c
parentMerge pull request #183141 from r-ryantm/auto-update/gbenchmark (diff)
downloadnixpkgs-2224c27f0e523057d63bbfdd084f29dbf13ae496.tar.gz
nc4nix: unstable-2022-08-06 -> unstable-2022-11-12
-rw-r--r--pkgs/development/tools/nc4nix/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/tools/nc4nix/default.nix b/pkgs/development/tools/nc4nix/default.nix
index 11a9494c2a94..b7d638e0af41 100644
--- a/pkgs/development/tools/nc4nix/default.nix
+++ b/pkgs/development/tools/nc4nix/default.nix
@@ -5,21 +5,21 @@
buildGoModule rec {
pname = "nc4nix";
- version = "unstable-2022-08-06";
+ version = "unstable-2022-11-12";
src = fetchFromGitLab {
- domain = "git.helsinki.tools";
- owner = "helsinki-systems";
+ domain = "git.project-insanity.org";
+ owner = "onny";
repo = "nc4nix";
- rev = "91d92e8c339862fe81fb066fd370da7757042367";
- sha256 = "sha256-8ggYOc+w3oiY2B0Ned5B26/ZNco2vCdvScC+Ms+gOWo=";
+ rev = "d7f55a42b5ca0d02382349c6ec776eefe6079703";
+ sha256 = "sha256-MfMW2B+udXV/lQPGUBFuAE7jwmy4D1M+CYkCuJ088aM=";
};
vendorSha256 = "sha256-uhINWxFny/OY7M2vV3ehFzP90J6Z8cn5IZHWOuEg91M=";
meta = with lib; {
description = "Packaging helper for Nextcloud apps";
- homepage = "https://git.helsinki.tools/helsinki-systems/nc4nix";
+ homepage = "https://git.project-insanity.org/onny/nc4nix";
license = licenses.unfree;
maintainers = with maintainers; [ onny ];
platforms = platforms.linux;