Commit 4e1105a9 authored by R. RyanTM's avatar R. RyanTM
Browse files

worldpainter: 2.26.0 -> 2.26.1

parent 62588b43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
}:
stdenv.mkDerivation rec {
  pname = "worldpainter";
  version = "2.26.0";
  version = "2.26.1";

  src = fetchurl {
    url = "https://www.worldpainter.net/files/${pname}_${version}.tar.gz";
    hash = "sha256-/ppESrYoNbtxSWaCaKgwvtrW8IGLwigYgQuHF5F/26A=";
    hash = "sha256-YlFiGim9IeurDZ4H1XzxRDn7GM/U/zL9SqTUT4gJdno=";
  };

  nativeBuildInputs = [