dracula-theme: unstable-2024-01-31 -> unstable-2024-02-08
This commit is contained in:
parent
1ab54f84dc
commit
f965d052fc
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
themeName = "Dracula";
|
themeName = "Dracula";
|
||||||
version = "unstable-2024-01-31";
|
version = "unstable-2024-02-08";
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "dracula-theme";
|
pname = "dracula-theme";
|
||||||
|
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "gtk";
|
repo = "gtk";
|
||||||
rev = "cd11595a2301a6f47a14b25992783ef199c44311";
|
rev = "b974287300b58766c9f020a6fc779e5cd9ca4da8";
|
||||||
hash = "sha256-i2jO9103uwjNawvDBrHOa18svwCI6NsAVybnUaJBLt0=";
|
hash = "sha256-01UHRPO8Cdgdd2FTxGGxCGOPGHBx9JgR7Taoh8Xm58U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [
|
propagatedUserEnvPkgs = [
|
||||||
|
|
Loading…
Reference in a new issue