flint: 3.5.0 -> 3.6.0 (#538506)

This commit is contained in:
Weijia Wang
2026-07-11 16:11:39 +00:00
committed by GitHub
+2 -2
View File
@@ -25,11 +25,11 @@ assert
stdenv.mkDerivation (finalAttrs: {
pname = "flint";
version = "3.5.0";
version = "3.6.0";
src = fetchurl {
url = "https://flintlib.org/download/flint-${finalAttrs.version}.tar.gz";
hash = "sha256-OYLzhfAGEKlE4BUusKKYk7I2b6ZA6PXzB2xHVkz34qY=";
hash = "sha256-uV4sd5L17qShyNLULECYQ0dWgy5XoJSyletd/cm0w2s=";
};
strictDeps = true;