Commit 2224c27f authored by Jonas Heinrich's avatar Jonas Heinrich Committed by Yt
Browse files

nc4nix: unstable-2022-08-06 -> unstable-2022-11-12

parent ead02ae2
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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;