summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-15 10:40:45 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-15 10:40:45 +0000
commitd829a669193353fd0409bf6fcc9bf3c2e388d9a8 (patch)
treece8288469e230e1c29d9893e61e632810d218c3e /pkgs/desktops
parent4311cfa1577c6b3cba7b50e820d2bddacda52484 (diff)
downloadnixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar.gz
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar.bz2
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar.lz
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar.xz
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.tar.zst
nixpkgs-d829a669193353fd0409bf6fcc9bf3c2e388d9a8.zip
pantheon.elementary-code: 3.1.1 -> 3.2.0
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-code/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
index 0e692a8e806..d92f24d615e 100644
--- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
@@ -27,7 +27,7 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-code";
-  version = "3.1.1";
+  version = "3.2.0";
 
   repoName = "code";
 
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = repoName;
     rev = version;
-    sha256 = "0l469fi5vbcazwfhy320nr8wrzz96jbrqn4hag0kdm16wvf5x1yc";
+    sha256 = "0sdh22dc38qikak9iyrw402ap6zxckg9vkfppvv526jg88cckibd";
   };
 
   passthru = {