roswell: 24.10.115 -> 26.02.116

This commit is contained in:
Sarah Clark
2026-04-28 12:41:06 -07:00
parent 1ae2ea7751
commit 828d758a2e

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "roswell";
version = "24.10.115";
version = "26.02.116";
src = fetchFromGitHub {
owner = "roswell";
repo = "roswell";
rev = "v${finalAttrs.version}";
hash = "sha256-2aYA1AzRPXaM82Sh+dMiQJcOAD0rzwV09VyLy0oS6as=";
tag = "v${finalAttrs.version}";
hash = "sha256-saKCLr1Nmzl+zcPbYSXt7o82hh6vYhACCfUUzEs/31E=";
};
patches = [
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ hiro98 ];
platforms = lib.platforms.unix;
homepage = "https://github.com/roswell/roswell";
changelog = "https://github.com/roswell/roswell/blob/v${finalAttrs.version}/ChangeLog";
changelog = "https://github.com/roswell/roswell/blob/${finalAttrs.src.tag}/ChangeLog";
mainProgram = "ros";
};
})