clearlooks-phenix: 7.0.1 -> 7.1 (#407266)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:46:37 +00:00 committed by GitHub
commit db90704fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "7.0.1";
version = "7.1";
pname = "clearlooks-phenix";
src = fetchzip {
url = "https://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
sha256 = "1b6y4l3rf3c5r4v72fyj3ppvnvw13kvr2a1dyl63ni1jxnlk50kd";
sha256 = "sha256-UJgKPoNcpBkIxITAIn3INsANJn/hD8l9NCr/entbZx8=";
};
dontBuild = true;