Unverified Commit 17719d83 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 1644ad04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-settings";
  version = "4.20.3";
  version = "4.20.4";

  src = fetchFromGitLab {
    domain = "gitlab.xfce.org";
    owner = "xfce";
    repo = "xfce4-settings";
    tag = "xfce4-settings-${finalAttrs.version}";
    hash = "sha256-dQyALVooaie2vkETghddKM4HqAZQmx3E9UJ+ChKtydc=";
    hash = "sha256-EAiu29wctXg0EjdFVJOl+0nh1A0l2E44v+i/o5l/PQ8=";
  };

  nativeBuildInputs = [