Unverified Commit 12fbf240 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

notation: 1.1.1 -> 1.2.0

parent d931a1be
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
+4 −0
Original line number Diff line number Diff line
@@ -10779,6 +10779,10 @@ with pkgs;
  noisetorch = callPackage ../applications/audio/noisetorch { };
  notation = callPackage ../by-name/no/notation/package.nix {
    buildGoModule = buildGo123Module;
  };
  notify-osd = callPackage ../applications/misc/notify-osd { };
  notes = qt6Packages.callPackage ../applications/office/notes {