We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d76b5e commit 6cd48e2Copy full SHA for 6cd48e2
pkgs/by-name/ex/exercism/package.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "exercism";
5
- version = "3.5.1";
+ version = "3.5.4";
6
7
src = fetchFromGitHub {
8
owner = "exercism";
9
repo = "cli";
10
rev = "refs/tags/v${version}";
11
- hash = "sha256-AqGSwHQdY/m6aJYbjJdt+IYr5n1Jf7LW4paCOxjptjA=";
+ hash = "sha256-7euitdo/rdeopnP7hHHxQ5lPh8wJVDaTneckeR5BEGo=";
12
};
13
14
vendorHash = "sha256-xY3C3emqtPIKyxIN9aEkrLXhTxWNmo0EJXNZVtbtIvs=";
0 commit comments