Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pantheon.elementary-code: 3.1.0 -> 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Mar 19, 2019
1 parent 6e72318 commit 5b2d2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-code/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

stdenv.mkDerivation rec {
pname = "code";
version = "3.1.0";
version = "3.1.1";

name = "elementary-${pname}-${version}";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "04clzms1gw7dr611kr8bhca2dww0x65186al4sjqmln4g12ry1gx";
sha256 = "0l469fi5vbcazwfhy320nr8wrzz96jbrqn4hag0kdm16wvf5x1yc";
};

passthru = {
Expand Down

0 comments on commit 5b2d2ab

Please sign in to comment.