Unverified Commit 330710fa authored by Heitor Augusto's avatar Heitor Augusto Committed by GitHub
Browse files

hydralauncher: 3.8.3 -> 3.9.0 (#495697)

parents 1c0005a2 0f943559
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "hydralauncher";
  version = "3.8.3";
  version = "3.9.0";
  src = fetchurl {
    url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
    hash = "sha256-1oePQ33Bpt2GKEQgCIVAVjnF04rLY9fraUuodoLlx8o=";
    hash = "sha256-5UyS/SfEol0tnKTnELr7goj3ATJXUQPqYsR1dSdV3tY=";
  };

  appimageContents = appimageTools.extractType2 { inherit pname src version; };