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

snobol4: 2.3.3 -> 2.3.4

parent dede360d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "snobol4";
  version = "2.3.3";
  version = "2.3.4";

  src = fetchurl {
    urls = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
      # fallback for when the current version is moved to the old folder
      "https://ftp.regressive.org/snobol4/old/snobol4-${finalAttrs.version}.tar.gz"
    ];
    hash = "sha256-v9UwcdaSg3dvWydk94ZdNUuJ03JWmFShiHjln1c4jtI=";
    hash = "sha256-cC9ztBB0OL0lHrwlPTNZlPN7tAN5JCNg2Hbi3m3AP3g=";
  };

  outputs = [