about summary refs log tree commit diff
path: root/pkgs/development/compilers/intercal
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 15:53:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 15:53:10 -0700
commit7c7539b9689d3449bfa5dd51c67210a76480708f (patch)
tree7715c231dc716e2099ce680875940dd0ac7fdf98 /pkgs/development/compilers/intercal
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar.gz
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar.bz2
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar.lz
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar.xz
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.tar.zst
nixlib-7c7539b9689d3449bfa5dd51c67210a76480708f.zip
intercal: 0.30 -> 0.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/intercal/versions
Diffstat (limited to 'pkgs/development/compilers/intercal')
-rw-r--r--pkgs/development/compilers/intercal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/intercal/default.nix b/pkgs/development/compilers/intercal/default.nix
index 6640c4aa89ab..d890dc0fdfad 100644
--- a/pkgs/development/compilers/intercal/default.nix
+++ b/pkgs/development/compilers/intercal/default.nix
@@ -7,11 +7,11 @@ with stdenv.lib;
 stdenv.mkDerivation rec {
 
   pname = "intercal";
-  version = "0.30";
+  version = "0.31";
 
   src = fetchurl {
     url = "http://catb.org/esr/intercal/${pname}-${version}.tar.gz";
-    sha256 = "058ppvvgz9r5603ia9jkknbrciypgg4hjbczrv9v1d9w3ak652xk";
+    sha256 = "1z2gpa5rbqb7jscqlf258k0b0jc7d2zkyipb5csjpj6d3sw45n4k";
   };
 
   buildInputs =