mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
roswell: 24.10.115 -> 26.02.116
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user