mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
tomboy: 1.15.7 -> 1.15.9
This commit is contained in:
parent
3c9897431b
commit
fe05e165f7
|
@ -4,7 +4,7 @@
|
|||
, makeWrapper, lib}:
|
||||
|
||||
let
|
||||
version = "1.15.7";
|
||||
version = "1.15.9";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/tomboy-notes/tomboy/releases/download/${version}/tomboy-${version}.tar.xz";
|
||||
sha256 = "1i6sv6w2ms2x0nkgxq11agljiyg0yl4x2rzmcyvs2hxyf574hd1y";
|
||||
sha256 = "0j5jmd079bm2fydqaic5ymbfdxna3qlx6fkp2mqhgcdr7prsbl3q";
|
||||
};
|
||||
|
||||
buildInputs = [ itstool intltool pkgconfig
|
||||
|
|
|
@ -19129,7 +19129,9 @@ with pkgs;
|
|||
|
||||
tomb = callPackage ../os-specific/linux/tomb {};
|
||||
|
||||
tomboy = callPackage ../applications/misc/tomboy {};
|
||||
tomboy = callPackage ../applications/misc/tomboy {
|
||||
mono = mono46;
|
||||
};
|
||||
|
||||
imatix_gsl = callPackage ../development/tools/imatix_gsl {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue