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

hydralauncher: 3.7.6 -> 3.8.0 (#477036)

parents 57f5c60c c30d667d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
}:
let
  pname = "hydralauncher";
  version = "3.7.6";
  version = "3.8.0";
  src = fetchurl {
    url = "https://github.com/hydralauncher/hydra/releases/download/v${version}/hydralauncher-${version}.AppImage";
    hash = "sha256-6ERgFwJkRZH1Cj6ucswLU0EpwmjDE0gcmFYm5JbLuK0=";
    hash = "sha256-8dRnGr9nVu+GNIVcH90iPDF0VoMibiKqL6dGRdmZl94=";
  };

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