Unverified Commit ca238778 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

notation: 1.1.1 -> 1.2.0 (#338121)

parents ef1ca3fd 12fbf240
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "notation";
  version = "1.1.1";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "notaryproject";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Pi4Ddlx8G4dRDz79yTiPBf6gf0wsvoE9CuyeVGrHst0=";
    hash = "sha256-TliXrI5G+1Zw5vhrpEtcjDv2EjRjUsGEfwKOOf8vtZg=";
  };

  vendorHash = "sha256-REJPSBLXzIPAmxwzckufTqJvZCWUUkJLBmHTx2nv9QM=";
  vendorHash = "sha256-kK4iwpzSz0JFnY1DbA7rjIzrqZO3imTCOfgtQKd0oV8=";

  nativeBuildInputs = [
    installShellFiles
+3 −1
Original line number Diff line number Diff line
@@ -10743,7 +10743,9 @@ with pkgs;
  noisetorch = callPackage ../applications/audio/noisetorch { };
  notation = callPackage ../tools/security/notation { };
  notation = callPackage ../by-name/no/notation/package.nix {
    buildGoModule = buildGo123Module;
  };
  notify-osd = callPackage ../applications/misc/notify-osd { };