From f31d73096bd135d59ec4c56eecbffe18acae62e9 Mon Sep 17 00:00:00 2001 From: "git@71rd.net" Date: Mon, 20 Oct 2025 14:44:21 +0000 Subject: [PATCH 1/2] outfly: update to 0.15.0 --- pkgs/by-name/ou/outfly/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ou/outfly/package.nix b/pkgs/by-name/ou/outfly/package.nix index 100b5810e37d..1ea75314e8da 100644 --- a/pkgs/by-name/ou/outfly/package.nix +++ b/pkgs/by-name/ou/outfly/package.nix @@ -17,12 +17,12 @@ rustPlatform.buildRustPackage rec { pname = "outfly"; - version = "0.14.0"; + version = "0.15.0"; src = fetchFromCodeberg { owner = "outfly"; repo = "outfly"; tag = "v${version}"; - hash = "sha256-FRvu3FgbT3i5888ll573nhb7naYx04Oi8nrcfgEHxUo="; + hash = "sha256-BOm5SxpWowq5LCTqRqDkbKGPnZo0pJYz8w3kB/WnH9M="; }; runtimeInputs = [ @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec { --add-rpath ${lib.makeLibraryPath runtimeInputs} ''; - cargoHash = "sha256-5t6PPlfV/INqb4knz1Bv6dqw47RxUmVO0DSlQNUIQL4="; + cargoHash = "sha256-UXqS4JfKuLxeTW1MDMnKLzw8oHf1Gpgv8SktTtf12mc="; desktopItems = [ (makeDesktopItem { From 9c7c304de7cd67071537d684eb86c470e963cdc6 Mon Sep 17 00:00:00 2001 From: "git@71rd.net" Date: Sat, 8 Nov 2025 15:18:50 +0000 Subject: [PATCH 2/2] outfly: add update-script --- pkgs/by-name/ou/outfly/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ou/outfly/package.nix b/pkgs/by-name/ou/outfly/package.nix index 1ea75314e8da..28942b48e1ce 100644 --- a/pkgs/by-name/ou/outfly/package.nix +++ b/pkgs/by-name/ou/outfly/package.nix @@ -13,6 +13,7 @@ libxcursor, libx11, libxi, + nix-update-script, }: rustPlatform.buildRustPackage rec { @@ -58,6 +59,8 @@ rustPlatform.buildRustPackage rec { categories = [ "Game" ]; }) ]; + passthru.updateScript = nix-update-script { }; + meta = { description = "Breathtaking 3D space game in the rings of Jupiter"; homepage = "https://yunicode.itch.io/outfly";