notation: 1.1.1 -> 1.2.0

This commit is contained in:
Aaron Jheng 2024-08-29 07:11:00 +00:00
parent d931a1bebc
commit 12fbf24058
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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 {