Unverified Commit 96755e02 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

apx-gui: 1.0.5 -> 1.0.6 (#479775)

parents e879a2f3 0989da2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "apx-gui";
  version = "1.0.5";
  version = "1.0.6";

  src = fetchFromGitHub {
    owner = "Vanilla-OS";
    repo = "apx-gui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Y2Xrb0+vohfOZTlauk9o4nISwLz6/u87+dXBr3UqwH4=";
    hash = "sha256-qcuc7qVfI/mMhR8lNW8m3oBTMzjzlcycRL7Kvvf5N3o=";
  };

  strictDeps = true;