Commit e81fe99d authored by R. RyanTM's avatar R. RyanTM
Browse files

free42: 3.3.10 -> 3.3.11

parent 42c8ee3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation rec {
  pname = "free42";
  version = "3.3.10";
  version = "3.3.11";

  src = fetchurl {
    url = "https://thomasokken.com/free42/upstream/free42-nologo-${version}.tgz";
    hash = "sha256-Vh+Sh3oX1ICy0R6R4zu9Df2+ba2mM33qHtifINNpn7Y=";
    hash = "sha256-Y9tV06K+1tZmoNBLS5tsOoLPjS2unTe8c0AYkHgDVVo=";
  };

  nativeBuildInputs = [