mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome3.gpaste: 3.36.0 → 3.36.3
http://www.imagination-land.org/posts/2020-03-27-gpaste-3.36.3-released.html http://www.imagination-land.org/posts/2020-03-19-gpaste-3.36.2-released.html http://www.imagination-land.org/posts/2020-03-19-gpaste-3.36.1-released.html
This commit is contained in:
parent
fa4e1bbe07
commit
a803f716bd
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.36.0";
|
||||
version = "3.36.3";
|
||||
pname = "gpaste";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Keruspe";
|
||||
repo = "GPaste";
|
||||
rev = "v${version}";
|
||||
sha256 = "1gsh52g0lhw8xwqbzbjp4dszan1sbf1jzwryxngzdi1hl0kj67rh";
|
||||
sha256 = "sR7/NdCaidP03xE64nqQc1M+xAIipOuKp5OWBJ4VN9w=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue