mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
dracula-theme: 4.0.0-unstable-2026-03-01 -> 4.0.0-unstable-2026-05-21
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "dracula-theme";
|
||||
version = "4.0.0-unstable-2026-03-01";
|
||||
version = "4.0.0-unstable-2026-05-21";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
@@ -18,8 +18,8 @@ stdenvNoCC.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "gtk";
|
||||
rev = "1188c8eabdfc33c42738862b91caf7fab884c767";
|
||||
hash = "sha256-Z3dMgkk5SvpCWjxdm8hd5FBeEvq0uCJuj3zC5boQEdk=";
|
||||
rev = "81d0287950e8093dd8f8c753347763bce8588465";
|
||||
hash = "sha256-gbotOIGG55oqQZZNDkc9s5fPXvJQr+YHqxt5ZWS5bF8=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user