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.
2 parents 2988198 + 5d7ef6d commit 1afdc51Copy full SHA for 1afdc51
1 file changed
pkgs/by-name/ft/ft2-clone/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "ft2-clone";
14
- version = "2.05";
+ version = "2.07";
15
16
src = fetchFromGitHub {
17
owner = "8bitbubsy";
18
repo = "ft2-clone";
19
rev = "v${finalAttrs.version}";
20
- hash = "sha256-wMR0S8knfMncjRVDExXkfKGJlDGOjrgAh+bbe0023dw=";
+ hash = "sha256-g32teMDOv+lYmZNJNCnjlHszFb7cjKLWMHVuxHZvAHo=";
21
};
22
23
nativeBuildInputs = [ cmake ];
0 commit comments