about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChuang Zhu <git@chuang.cz>2022-11-14 10:23:19 +0800
committerChuang Zhu <git@chuang.cz>2022-11-14 10:23:19 +0800
commit176d06f5061739adf241a1d8e94266baa5200180 (patch)
tree28a1d870f01bbae08b66e8efe0d5c4beb58c9fde
parentee7ed5fa6ba8d24bd9100e6bb7bb218328988c76 (diff)
karlender: 0.7.1 -> 0.8.0
-rw-r--r--pkgs/applications/office/karlender/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/karlender/default.nix b/pkgs/applications/office/karlender/default.nix
index 4c3735f77d5c3..6917e2ab94b15 100644
--- a/pkgs/applications/office/karlender/default.nix
+++ b/pkgs/applications/office/karlender/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "karlender";
-  version = "0.7.1";
+  version = "0.8.0";
 
   src = fetchFromGitLab {
     owner = "floers";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-dgxhXxtwQvaWMLCh8ac67L+R6jnJQdFzoyWKyrboPTk=";
+    hash = "sha256-WuTxsnYXudciTBH1RFHsIYNIHeoeZ+rI2JhYBYPUziw=";
   };
 
-  cargoHash = "sha256-DsayK3wk2BVG2tqijWWQqUv5uPb/lcZXmwy8pbmd430=";
+  cargoHash = "sha256-eHEISCHh1jWCy3LwVuCx4LXfNLe1A4drHusyayoS+Ho=";
 
   nativeBuildInputs = [
     pkg-config