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

apx-gui: 1.0.4 -> 1.0.5 (#477647)

parents 4d24037a ab8dcea1
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.4";
  version = "1.0.5";

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

  strictDeps = true;