mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #324490 from r-ryantm/auto-update/dracula-theme
dracula-theme: 4.0.0-unstable-2024-06-19 -> 4.0.0-unstable-2024-06-27
This commit is contained in:
commit
3a8016c065
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
themeName = "Dracula";
|
||||
version = "4.0.0-unstable-2024-06-19";
|
||||
version = "4.0.0-unstable-2024-06-27";
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "dracula-theme";
|
||||
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "gtk";
|
||||
rev = "91b9c8572d7cfa06b24eee72d415cc8931c04934";
|
||||
hash = "sha256-WQsPn5s8xZ/wdVJUJb1aCTAjOskj/qthZ48HHDVIcNk=";
|
||||
rev = "bc1414a938652d04b9305b1300f5ceefcf3a3d72";
|
||||
hash = "sha256-QaMrcUuvHRisa58XaiNos6jpclp0jotFQJ3b375gKMU=";
|
||||
};
|
||||
|
||||
propagatedUserEnvPkgs = [
|
||||
|
Loading…
Reference in New Issue
Block a user