Commit 673b3b9c authored by R. RyanTM's avatar R. RyanTM
Browse files

calamares: 3.2.61 -> 3.2.62

parent 770f6182
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

mkDerivation rec {
  pname = "calamares";
  version = "3.2.61";
  version = "3.2.62";

  # release including submodule
  src = fetchurl {
    url = "https://github.com/calamares/calamares/releases/download/v${version}/${pname}-${version}.tar.gz";
    sha256 = "sha256-dZG5tgc4vbp7neK42lRiqyEAbbBqAG8N0hrFuDJxHdI=";
    sha256 = "sha256-oPvOwqQ4aTdT/BdCIDVhGa1624orGcMXUYqhywJdbdA=";
  };

  patches = lib.optionals nixos-extensions [