Skip to content

Commit

Permalink
pantheon.elementary-code: 3.4.0 -> 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 15, 2020
1 parent fa43a4a commit 7003d6e
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 @@ -27,15 +27,15 @@

stdenv.mkDerivation rec {
pname = "elementary-code";
version = "3.4.0";
version = "3.4.1";

repoName = "code";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "0b1vdgb1xvh5lqbral3r0qaq05zd5q5ywxw02fggpyy8nyxs3z8f";
sha256 = "158zrzyyy507rxcbsb5am9768zbakpwrl61ixab57zla7z51l0g0";
};

passthru = {
Expand Down

0 comments on commit 7003d6e

Please sign in to comment.