Skip to content

Commit

Permalink
Merge pull request #326442 from pyrox0/nc4nix-update
Browse files Browse the repository at this point in the history
nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-05-24; nextcloudPackages: update
  • Loading branch information
onny authored Jul 12, 2024
2 parents bef536b + 3e894f8 commit a7885a6
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 109 deletions.
24 changes: 12 additions & 12 deletions pkgs/by-name/nc/nc4nix/package.nix
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:

buildGoModule {
pname = "nc4nix";
version = "0-unstable-2024-03-01";
version = "0-unstable-2024-05-24";

src = fetchFromGitHub {
owner = "helsinki-systems";
repo = "nc4nix";
rev = "ba37674c0dddf93e0a011dace92ec7f0ec834765";
hash = "sha256-k12eeP2gojLCsJH1GGuiTmxz3ViPc0+oFBuptyh42Bw=";
rev = "9d605367d0d952de9d022155e8df28e6793ff104";
hash = "sha256-QAtN4fcbsX0e6DIchOjxpHDDmIt7SGiN8riLplqXIYs=";
};

vendorHash = "sha256-ZXl4kMDY9ADkHUcLsl3uNpyErMzbgS+J65+uUeIXpSE=";
vendorHash = "sha256-qntRsv3KvAbV3lENjAHKkQOqh3uTo3gacfwase489tQ=";

meta = with lib; {
meta = {
description = "Packaging helper for Nextcloud apps";
mainProgram = "nc4nix";
homepage = "https://github.com/helsinki-systems/nc4nix";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
platforms = lib.platforms.linux;
};
}

Loading

0 comments on commit a7885a6

Please sign in to comment.