Unverified Commit 9fd007b1 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

muffon: 2.0.3 -> 2.1.0 (#347100)

parents 35c42a6b 1ddcbb7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@

let
  pname = "muffon";
  version = "2.0.3";
  version = "2.1.0";
  src = fetchurl {
    url = "https://github.com/staniel359/muffon/releases/download/v${version}/muffon-${version}-linux-x86_64.AppImage";
    hash = "sha256-2eLe/xvdWcOcUSE0D+pMOcOYCfFVEyKO13LiaJiZgX0=";
    hash = "sha256-GT91MLjBWsbk9P5fsIxlYUNziAPsdvMSPq9bLL3rKDw=";
  };
  appimageContents = appimageTools.extractType2 { inherit pname src version; };
in