theme-jade1: 1.12 -> 1.13

This commit is contained in:
José Romildo 2021-05-15 18:05:54 -03:00
parent 5548ff174c
commit 878eec12e5

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "theme-jade1";
version = "1.12";
version = "1.13";
src = fetchurl {
url = "https://github.com/madmaxms/theme-jade-1/releases/download/v${version}/jade-1-theme.tar.xz";
sha256 = "1pawdfyvpbvhb6fa27rgjp49vlbmix9pq192wjlv2wgq7v4ip9y8";
sha256 = "04a9c56w4hm8lwa8hzy5lwj4yli19gzy5wp5iinsm61qas9xgy69";
};
sourceRoot = ".";