Merge pull request #35269 from svsdep/dash-to-dock-v62

gnomeExtensions.dash-to-dock: v61 -> v62
This commit is contained in:
Jörg Thalheim 2018-02-21 12:23:34 +00:00 committed by GitHub
commit 556b6c206a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "gnome-shell-dash-to-dock-${version}";
version = "v61";
version = "v62";
src = fetchFromGitHub {
owner = "micheleg";
repo = "dash-to-dock";
rev = "extensions.gnome.org-" + version;
sha256 = "152xzhal3wr40j0pv03v0gg20054n5hqqy3s10bkj2a0x830pgjk";
sha256 = "1kmf7vxhd1c1zgaim1pwmcmsg0kffng7hcl5gfcy5qb5yvb4dy5d";
};
nativeBuildInputs = [