about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-20 11:36:56 +0800
committerGitHub <noreply@github.com>2022-11-20 11:36:56 +0800
commitf58ee0cab1ee0a89b8de735f90c2b2ea276ecaa3 (patch)
tree73bdde2723bdcf0e284c1e332b1c38bea08686f0 /pkgs/applications
parent359d881014d12e721f4e3f6b8640f436068cb1bc (diff)
parent176d06f5061739adf241a1d8e94266baa5200180 (diff)
Merge pull request #201117 from chuangzhu/karlender
karlender: 0.7.1 -> 0.8.0
Diffstat (limited to 'pkgs/applications')
-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