nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

dracula-theme: 3.0 -> 4.0.0

https://github.com/dracula/gtk/releases/tag/v4.0.0

kilianar 408a877c da14fd71

+4 -4
+4 -4
pkgs/data/themes/dracula-theme/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, gtk-engine-murrine }: 1 + { lib, stdenvNoCC, fetchFromGitHub, gtk-engine-murrine }: 2 2 3 3 let 4 4 themeName = "Dracula"; 5 - version = "3.0"; 5 + version = "4.0.0"; 6 6 in 7 - stdenv.mkDerivation { 7 + stdenvNoCC.mkDerivation { 8 8 pname = "dracula-theme"; 9 9 inherit version; 10 10 ··· 12 12 owner = "dracula"; 13 13 repo = "gtk"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-7DUT/DfvCSo9GiJzqhqvegNCARB0eGtPQ6oUQG/Uja0="; 15 + hash = "sha256-q3/uBd+jPFhiVAllyhqf486Jxa0mnCDSIqcm/jwGtJA="; 16 16 }; 17 17 18 18 propagatedUserEnvPkgs = [