fotema: 2.4.1 -> 2.4.2 (#502098)

This commit is contained in:
Nick Cao
2026-03-23 20:29:33 +00:00
committed by GitHub
+3 -3
View File
@@ -31,18 +31,18 @@
# opencv-binding-generator *really* wants to execute `clang` itself...
clangStdenv.mkDerivation (finalAttrs: {
pname = "fotema";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "blissd";
repo = "fotema";
tag = "v${finalAttrs.version}";
hash = "sha256-+fo3g4+dtZlOVpHW0W0ZSBEi5fIR/c1aGAJHVysjJUY=";
hash = "sha256-g1CxgK8gaX24TFnlGUons3ve8Ow9YaiMh1kMwlcP/F8=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-WBKEjNyItMTpkBalLf6OUrbeUiSw6lWO5adR8l4q/bY=";
hash = "sha256-vA1vB2Lgyo5SfexDC4Ag85nM+/NzsYZNeIH4HmiESHc=";
};
nativeBuildInputs = [