summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-22 16:10:37 +0800
committerGitHub <noreply@github.com>2022-01-22 16:10:37 +0800
commitc7d4d053fedbad9c703ffc40ff96d30891e697cf (patch)
treec60d0a99b96475c540292c5128be0d690c8a546a /pkgs/desktops/pantheon
parent351a00cba53658b05ca6c85dbe9d565763d47645 (diff)
parentac06871a54b9200b2f599502fa607b8da0dbe81e (diff)
downloadnixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar.gz
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar.bz2
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar.lz
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar.xz
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.tar.zst
nixpkgs-c7d4d053fedbad9c703ffc40ff96d30891e697cf.zip
Merge pull request #156115 from bobby285271/pantheon
pantheon.elementary-calendar: 6.0.3 -> 6.1.0
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-calendar/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
index c7c5becd703..8cb9dcd18c6 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
@@ -28,15 +28,13 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-calendar";
-  version = "6.0.3";
-
-  repoName = "calendar";
+  version = "6.1.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
-    repo = repoName;
+    repo = "calendar";
     rev = version;
-    sha256 = "sha256-+RQUiJLuCIbmcbtsOCfF9HYFrxtldZMbg2vg/a/IOaY=";
+    sha256 = "sha256-LaVJ7QLc0UdSLgLIuHP4Anc7kPUelZW9PnIWuqKGtEQ=";
   };
 
   nativeBuildInputs = [