canta-theme: 2020-05-17 -> 2021-07-06

This commit is contained in:
R. RyanTM 2021-07-06 11:33:13 +00:00
parent 065e571d29
commit e200a59995

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "canta-theme"; pname = "canta-theme";
version = "2020-05-17"; version = "2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0b9ffkw611xxb2wh43sjqla195jp0ygxph5a8dvifkxdw6nxc2y0"; sha256 = "sha256-dz78h9Qq25+/i6fmw/zGlPq3DVQB3ADYwehgaWReMQ8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [