Merge pull request #109349 from alesguzik/update_draw-on-your-screen
draw-on-your-screen: v6 -> v10
This commit is contained in:
commit
7346bc0167
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-draw-on-your-screen";
|
pname = "gnome-shell-extension-draw-on-your-screen";
|
||||||
version = "6";
|
version = "10";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://framagit.org/abakkk/DrawOnYourScreen/";
|
url = "https://framagit.org/abakkk/DrawOnYourScreen/";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05i20ii8lv6mg56rz8lng80dx35l6g45j8wr7jgbp591hg0spj1w";
|
sha256 = "07adzg3mf6k0pmd9lc358w0w3l4pr3p6374day1qhmci2p4zxq6p";
|
||||||
};
|
};
|
||||||
|
|
||||||
uuid = "drawOnYourScreen@abakkk.framagit.org";
|
uuid = "drawOnYourScreen@abakkk.framagit.org";
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A drawing extension for GNOME Shell";
|
description = "A drawing extension for GNOME Shell";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ ericdallo ];
|
maintainers = with maintainers; [ ericdallo ahuzik ];
|
||||||
platforms = gnome3.gnome-shell.meta.platforms;
|
platforms = gnome3.gnome-shell.meta.platforms;
|
||||||
homepage = "https://framagit.org/abakkk/DrawOnYourScreen";
|
homepage = "https://framagit.org/abakkk/DrawOnYourScreen";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user