gnome3.gpaste: 3.36.3 → 3.38.2
https://www.imagination-land.org/posts/2020-09-15-gpaste-3.38.0-released.html https://www.imagination-land.org/posts/2020-10-01-gpaste-3.38.1-released.html https://www.imagination-land.org/posts/2020-10-03-gpaste-3.38.2-released.html
This commit is contained in:
parent
4c83a97c8c
commit
06929e3f28
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.36.3";
|
version = "3.38.2";
|
||||||
pname = "gpaste";
|
pname = "gpaste";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Keruspe";
|
owner = "Keruspe";
|
||||||
repo = "GPaste";
|
repo = "GPaste";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1p1p2ng095lkly5fp9120b23wlvkj1xf4fhivzsd72css0szy7mi";
|
sha256 = "1dnvwsmlayrhh9zd4v57kc9k03jhv7i0zyv0fbspzp4msmnb1w2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue