ausaxs: 1.2.3 -> 1.2.8

This commit is contained in:
kyehn
2026-07-28 06:19:12 +00:00
parent f53be8b554
commit 465253e1a5
+2 -2
View File
@@ -68,13 +68,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ausaxs";
version = "1.2.3";
version = "1.2.8";
src = fetchFromGitHub {
owner = "AUSAXS";
repo = "AUSAXS";
tag = "v${finalAttrs.version}";
hash = "sha256-USu0/hfccEnwMccsyQDe1l2hQq9ISQe8WjdduaLJAqs=";
hash = "sha256-elzkFzLyECiDuA8TokA8/wUYBZisKY1IRxQmikMn2f4=";
};
patches = [ ./cmake-no-fetchcontent.patch ];