1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

exercism: 3.4.1 -> 3.5.1

This commit is contained in:
R. Ryantm 2024-08-30 18:42:25 +00:00
parent bccb6af50c
commit d9bf1d54bb

View file

@ -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=";