Commit 2573d1b0 authored by R. RyanTM's avatar R. RyanTM
Browse files

apx-gui: 1.0.2 -> 1.0.3

parent 90d02f00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "apx-gui";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchFromGitHub {
    owner  = "Vanilla-OS";
    repo   = "apx-gui";
    rev    = "v${finalAttrs.version}";
    hash = "sha256-Web2ErqJ2Wx/wK1lNvy6dD9JK7RIYSOycrXWgoVT1po=";
    hash = "sha256-UgDBDk4ChgWFUoz5BAXbn0b4Bngs9/hTmcu1Y4FXLU0=";
  };

  strictDeps = true;