update pinned hash

This commit is contained in:
alsaiduq-lab 2025-03-16 16:26:12 -06:00
parent 20f9849b20
commit 42d02b0eaf
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
owner = "Fausto-Korpsvart"; owner = "Fausto-Korpsvart";
repo = "Tokyo-Night-GTK-Theme"; repo = "Tokyo-Night-GTK-Theme";
rev = "4dc45d60bf35f50ebd9ee41f16ab63783f80dd64"; rev = "4dc45d60bf35f50ebd9ee41f16ab63783f80dd64";
sha256 = "sha256-UhDttFWQMkiG3Ls4UdI3jJt17PfXzfzGR4d9vS2I/1Q="; sha256 = "0c7sp9n2pc70yy9msmbmcyhqbr63v1ssnsxk6vg10zwwc3wl19h0";
}; };
nativeBuildInputs = [ ]; nativeBuildInputs = [ ];
@ -32,6 +32,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/Fausto-Korpsvart/Tokyo-Night-GTK-Theme"; homepage = "https://github.com/Fausto-Korpsvart/Tokyo-Night-GTK-Theme";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = []; maintainers = [ "Cobray" ];
}; };
} }

View file

@ -7,8 +7,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L4ki"; owner = "L4ki";
repo = "Vivid-Plasma-Themes"; repo = "Vivid-Plasma-Themes";
rev = "a7fe21ff30e9efbc47043bf004f99ed06c3877f4"; rev = "fe8b8f1bdd3784dc838c125bb9e1b2d713f40e67";
sha256 = "sha256-UhDttFWQMkiG3Ls4UdI3jJt17PfXzfzGR4d9vS2I/1Q="; sha256 = "1rcphy08r6337gbp98nz00mj780jn9kwm40ngd9pxnlvwp2n8mjj";
}; };
installPhase = '' installPhase = ''
@ -21,6 +21,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/L4ki/Vivid-Plasma-Themes"; homepage = "https://github.com/L4ki/Vivid-Plasma-Themes";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainers = []; maintainers = [ "Cobray" ];
}; };
} }