summary refs log tree commit diff
path: root/pkgs/tools/misc/cope
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-02 20:31:27 +0200
committerGitHub <noreply@github.com>2021-09-02 20:31:27 +0200
commit379f030887d67a2bd610e95ef402a016a0a89d78 (patch)
treea218b4f90272dd848cfb8cff58380c8a3a9fbcbb /pkgs/tools/misc/cope
parent0a8c01cfdf4fa663c57cb136b535bdf5deb55421 (diff)
downloadnixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar.gz
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar.bz2
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar.lz
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar.xz
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.tar.zst
nixpkgs-379f030887d67a2bd610e95ef402a016a0a89d78.zip
cope: fix version number
Diffstat (limited to 'pkgs/tools/misc/cope')
-rw-r--r--pkgs/tools/misc/cope/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/cope/default.nix b/pkgs/tools/misc/cope/default.nix
index 326dc7923af..ffa25ba9530 100644
--- a/pkgs/tools/misc/cope/default.nix
+++ b/pkgs/tools/misc/cope/default.nix
@@ -2,7 +2,7 @@
 
 perlPackages.buildPerlPackage rec {
   pname = "cope";
-  version = "unstable-2021-01-29";
+  version = "unstable-2015-01-29";
 
   src = fetchFromGitHub {
     owner = "lotrfan";