Skip to content

Commit

Permalink
gnome3.gnome-notes: 3.36.1 -> 3.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Jul 10, 2020
1 parent 8581bbf commit 615029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/gnome-notes/default.nix
Expand Up @@ -23,15 +23,15 @@
}:

let
version = "3.36.1";
version = "3.36.2";
in
stdenv.mkDerivation {
pname = "gnome-notes";
inherit version;

src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
sha256 = "0421g9czdahk2w2kv7zg4gd9b4q8g1hl483jsfrxy5y7saincbr1";
sha256 = "1d5ynfhwbmrbdk1gcnhddn32d3kakwniq6lwjzsrhq26hq5xncsd";
};

doCheck = true;
Expand Down

0 comments on commit 615029c

Please sign in to comment.