about summary refs log tree commit diff
path: root/pkgs/applications/graphics/menyoki
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-22 21:26:15 -0400
committerfigsoda <figsoda@pm.me>2021-11-02 08:36:34 -0400
commit52a9acab7c85f84a19c2feec631e63be3ca55816 (patch)
tree2ecb87e89062aba3edd132d90612f9349e8299dc /pkgs/applications/graphics/menyoki
parentde72551e2285aca512ef69b2d06b71d8cd6e42bd (diff)
menyoki: 1.5.3 -> 1.5.5
Diffstat (limited to 'pkgs/applications/graphics/menyoki')
-rw-r--r--pkgs/applications/graphics/menyoki/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/menyoki/default.nix b/pkgs/applications/graphics/menyoki/default.nix
index 0b4b80d648ac6..c454fc2ad611b 100644
--- a/pkgs/applications/graphics/menyoki/default.nix
+++ b/pkgs/applications/graphics/menyoki/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "menyoki";
-  version = "1.5.3";
+  version = "1.5.5";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "050c6c60il6cy0a8d3nw4z2cyp043912a7n4n44yjpmx047w7kc7";
+    sha256 = "sha256-wEPt96z/odQ05hosN+GB5KLsCu8onR9WWamofJayhwU=";
   };
 
-  cargoSha256 = "0wwcda2w8jg3q132cvhdgfmjc0rz93fx6fai93g5w8br98aq9qzx";
+  cargoSha256 = "sha256-nwxBreouL3Z47zHSH+Y/ej7KU2/bXyMQ+Tb7R4U+yKk=";
 
   nativeBuildInputs = [ installShellFiles ]
     ++ lib.optional stdenv.isLinux pkg-config;
@@ -37,8 +37,8 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Screen{shot,cast} and perform ImageOps on the command line";
     homepage = "https://menyoki.cli.rs/";
+    changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ figsoda ];
-    broken = stdenv.isDarwin;
   };
 }