Skip to content

Commit 1afdc51

Browse files
authored
ft2-clone: 2.05 -> 2.07 (#495991)
2 parents 2988198 + 5d7ef6d commit 1afdc51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ft/ft2-clone/package.nix

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

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "ft2-clone";
14-
version = "2.05";
14+
version = "2.07";
1515

1616
src = fetchFromGitHub {
1717
owner = "8bitbubsy";
1818
repo = "ft2-clone";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-wMR0S8knfMncjRVDExXkfKGJlDGOjrgAh+bbe0023dw=";
20+
hash = "sha256-g32teMDOv+lYmZNJNCnjlHszFb7cjKLWMHVuxHZvAHo=";
2121
};
2222

2323
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)