gnome3.gpaste: 3.34.1 -> 3.36.0
This commit is contained in:
parent
9220264fbc
commit
072e39410b
@ -18,30 +18,17 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.34.1";
|
version = "3.36.0";
|
||||||
pname = "gpaste";
|
pname = "gpaste";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Keruspe";
|
owner = "Keruspe";
|
||||||
repo = "GPaste";
|
repo = "GPaste";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1jcj0kgxhad8rblyqhwa2yhkf0010k80w9bm2rajanad2c3bqaxa";
|
sha256 = "1gsh52g0lhw8xwqbzbjp4dszan1sbf1jzwryxngzdi1hl0kj67rh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Meson fixes
|
|
||||||
# https://github.com/Keruspe/GPaste/pull/283
|
|
||||||
# install systemd units
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/Keruspe/GPaste/commit/a474d8c1f2bd600476ba52dc19f517787845533b.patch";
|
|
||||||
sha256 = "19m1ar61l2n0vb5a5qfhdny8giivqlyq04l3j9i8llv16vx80rg2";
|
|
||||||
})
|
|
||||||
# apply symbol versioning
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/Keruspe/GPaste/commit/08047752e8dba9363673ddefd422c43075f08006.patch";
|
|
||||||
sha256 = "0jvcs1a17sijvb2wqyn3y8shdxrhv4kwzxs39kmh9y8nyx2dzhpf";
|
|
||||||
})
|
|
||||||
|
|
||||||
./fix-paths.patch
|
./fix-paths.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user