about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao2024-08-30 15:43:54 -0400
committerGitHub2024-08-30 15:43:54 -0400
commit9e01c0d1f78101e7cb42b5dd6f879a0295ec2fb1 (patch)
tree037ea80b880da0e2ce17083214c1eedff72d2f54 /pkgs
parent73d078cdd895d495551a5cf23fcd276c58208e2e (diff)
parentd9bf1d54bb1be87481e54923fd2420cb4f4d5988 (diff)
exercism: 3.4.1 -> 3.5.1 (#338452)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/exercism/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/exercism/default.nix b/pkgs/applications/misc/exercism/default.nix
index bcd611573aed..f61de362ac7a 100644
--- a/pkgs/applications/misc/exercism/default.nix
+++ b/pkgs/applications/misc/exercism/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "exercism";
-  version = "3.4.1";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "exercism";
     repo  = "cli";
     rev   = "refs/tags/v${version}";
-    hash  = "sha256-ohqfwK0RWSY7/GsUa/VTAD5pcuzQIkx8z3n5rKEb7hY=";
+    hash  = "sha256-AqGSwHQdY/m6aJYbjJdt+IYr5n1Jf7LW4paCOxjptjA=";
   };
 
   vendorHash = "sha256-xY3C3emqtPIKyxIN9aEkrLXhTxWNmo0EJXNZVtbtIvs=";