Unverified Commit 170f8fc5 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #305754 from romildo/upd.vimix-gtk-themes

vimix-gtk-themes: 2023-09-09 -> 2024-04-20
parents 65f3d712 b5ed5121
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "flat" "grey" "mix" "translucent" ] twe

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2023-09-09";
  version = "2024-04-20";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    sha256 = "dfdPEJnSmD0eqzx4ysiGPp77Beo32l2Tz1qSrbShLlc=";
    sha256 = "RbAdoix+UWKiLB+04YiPa0UwzO1fFLy56IG1MipmE+E=";
  };

  nativeBuildInputs = [