flips: 196 -> 198

This commit is contained in:
R. Ryantm
2025-03-08 19:22:59 +00:00
parent c1ee262029
commit 75ed6a9854
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "flips";
version = "196";
version = "198";
src = fetchFromGitHub {
owner = "Alcaro";
repo = "Flips";
tag = "v${version}";
hash = "sha256-lQ88Iz607AcVzvN/jLGhOn7qiRe9pau9oQcLMt7JIT8=";
hash = "sha256-zYGDcUbtzstk1sTKgX2Mna0rzH7z6Dic+OvjZLI1umI=";
};
nativeBuildInputs = [