mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
gnome3.gnome-notes: 3.32.0 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-notes/blob/BIJIBEN_3_32_1/NEWS
This commit is contained in:
parent
c6a4de2e86
commit
a332b5aedd
|
@ -5,13 +5,13 @@
|
|||
, gnome3, libxml2 }:
|
||||
|
||||
let
|
||||
version = "3.32.0";
|
||||
version = "3.32.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "gnome-notes-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
|
||||
sha256 = "09l98yvgrfjw427wn271ap5v6hbwdf9liyrkp34bl0k3hv2d6dv3";
|
||||
sha256 = "02b7afg3ps0hxp5dkb4kv6315ydc2r6bxgk1kamwp581lc7ghd67";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue