Skip to content

Commit 5b6e804

Browse files
authored
exercism: 3.5.1 -> 3.5.4 (#356773)
2 parents 4345792 + 6cd48e2 commit 5b6e804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ex/exercism/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "exercism";
5-
version = "3.5.1";
5+
version = "3.5.4";
66

77
src = fetchFromGitHub {
88
owner = "exercism";
99
repo = "cli";
1010
rev = "refs/tags/v${version}";
11-
hash = "sha256-AqGSwHQdY/m6aJYbjJdt+IYr5n1Jf7LW4paCOxjptjA=";
11+
hash = "sha256-7euitdo/rdeopnP7hHHxQ5lPh8wJVDaTneckeR5BEGo=";
1212
};
1313

1414
vendorHash = "sha256-xY3C3emqtPIKyxIN9aEkrLXhTxWNmo0EJXNZVtbtIvs=";

0 commit comments

Comments
 (0)