summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-01-09 06:53:17 -0300
committerRenaud <c0bw3b@users.noreply.github.com>2020-01-09 10:53:17 +0100
commit4a068312e3c39e78bdcfeda3f9d3cf3550011770 (patch)
treebb7be73d284b99ab566272fc80d7233e7eadc5b8 /pkgs/data
parent139daee49438d1a8660c556eda7e070071867c04 (diff)
downloadnixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar.gz
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar.bz2
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar.lz
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar.xz
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.tar.zst
nixpkgs-4a068312e3c39e78bdcfeda3f9d3cf3550011770.zip
stilo-themes: 3.34-1 -> 3.34-2 (#77318)
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/stilo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/stilo/default.nix b/pkgs/data/themes/stilo/default.nix
index 65c0f309fbd..798c1b74f95 100644
--- a/pkgs/data/themes/stilo/default.nix
+++ b/pkgs/data/themes/stilo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stilo-themes";
-  version = "3.34-1";
+  version = "3.34-2";
 
   src = fetchFromGitHub {
     owner = "lassekongo83";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1qwz7i32jk7wm7m9ah6g1pxldz0rnviancndsr2lqmg55x36rs01";
+    sha256 = "1i5cl61dk8sxa6h61ghynm4wp1qzp3c7kwf4ks0ddzzk9dbvdrhb";
   };
 
   nativeBuildInputs = [ meson ninja sassc ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Minimalistic GTK, gnome shell and Xfce themes";
-    homepage = https://github.com/lassekongo83/stilo-themes;
+    homepage = "https://github.com/lassekongo83/stilo-themes";
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = [ maintainers.romildo ];