Unverified Commit 75fbe4cb authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #329454 from gcleroux/bazecor-1.4.2

bazecor: 1.4.0 -> 1.4.2
parents c29d33ca 5fecb708
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
}:
let
  pname = "bazecor";
  version = "1.4.0";
  version = "1.4.2";
  src = appimageTools.extract {
    inherit pname version;
    src = fetchurl {
      url = "https://github.com/Dygmalab/Bazecor/releases/download/v${version}/Bazecor-${version}-x64.AppImage";
      hash = "sha256-BKTOWpQT+5DCbPl+lQvbGBtpfRe098BJmQr+bMMMjKg=";
      hash = "sha256-2/GX2p+YhN6XLXl8ORn5Vy5GYjPS1ZkKmSymeUjExLU=";
    };

    # Workaround for https://github.com/Dygmalab/Bazecor/issues/370