mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
gpaste: 3.20 -> 3.20.4
This commit is contained in:
parent
125ffff089
commit
24226031d9
@ -2,12 +2,12 @@
|
|||||||
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, makeWrapper, systemd, gobjectIntrospection }:
|
, pango, gtk3, gnome3, dbus, clutter, appstream-glib, makeWrapper, systemd, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "${gnome3.version}";
|
version = "${gnome3.version}.4";
|
||||||
name = "gpaste-${version}";
|
name = "gpaste-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
|
url = "https://github.com/Keruspe/GPaste/archive/v${version}.tar.gz";
|
||||||
sha256 = "129bz9ph398n1n43qggr8xfrd7y30nm8gdgn1hq0xq7a4v1fb2dj";
|
sha256 = "08h1igdgapz7px12r7mrfcxmz68g9ijg73w69j75spg0yc6f4xax";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool autoreconfHook pkgconfig vala glib
|
buildInputs = [ intltool autoreconfHook pkgconfig vala glib
|
||||||
|
Loading…
Reference in New Issue
Block a user