ausaxs: 1.1.2 -> 1.1.7 (#474977)

This commit is contained in:
Sandro
2026-01-04 19:27:07 +00:00
committed by GitHub
+2 -3
View File
@@ -80,13 +80,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ausaxs";
version = "1.1.2";
version = "1.1.7";
src = fetchFromGitHub {
owner = "AUSAXS";
repo = "AUSAXS";
tag = "v${finalAttrs.version}";
hash = "sha256-83ZgplSZmY/2DZXG1t+/4+gzlv/YusRFeDRqNuie0JA=";
hash = "sha256-/d6EXDn60ap7dluJZtVP5vGiJTn4ggF7XYZ6ONGipDs=";
};
patches = [ ./cmake-no-fetchcontent.patch ];
@@ -134,7 +134,6 @@ stdenv.mkDerivation (finalAttrs: {
postInstall = ''
cp --recursive lib/* $out/lib/
cp --recursive bin $out/bin
rm $out/bin/scripts
cp --recursive ../scripts $out/bin/scripts
'';