Merge pull request #295251 from r-ryantm/auto-update/dracula-theme

dracula-theme: unstable-2024-03-02 -> unstable-2024-03-10

authored by

Nick Cao and committed by
GitHub
90d34db2 64f6e230

+3 -3
+3 -3
pkgs/data/themes/dracula-theme/default.nix
··· 2 3 let 4 themeName = "Dracula"; 5 - version = "unstable-2024-03-02"; 6 in 7 stdenvNoCC.mkDerivation { 8 pname = "dracula-theme"; ··· 11 src = fetchFromGitHub { 12 owner = "dracula"; 13 repo = "gtk"; 14 - rev = "9eb561508e481d77f2d39fbb3a6b2949e990aa4f"; 15 - hash = "sha256-jsi6nMblqKDPIF10hIqubuOiaYDO+SuHGfb5yncRRHE="; 16 }; 17 18 propagatedUserEnvPkgs = [
··· 2 3 let 4 themeName = "Dracula"; 5 + version = "unstable-2024-03-10"; 6 in 7 stdenvNoCC.mkDerivation { 8 pname = "dracula-theme"; ··· 11 src = fetchFromGitHub { 12 owner = "dracula"; 13 repo = "gtk"; 14 + rev = "e28f5b8f8cbb7c3213c428667e351114188169ed"; 15 + hash = "sha256-B0Cakf/hLiW/z71BzzVhieJOE2C0jLb9GkDVM4zpICc="; 16 }; 17 18 propagatedUserEnvPkgs = [