Unverified Commit d95e7871 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

outfly: 0.14.0 -> 0.15.0 (#453887)

parents 9287dcad 9c7c304d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -13,16 +13,17 @@
  libxcursor,
  libx11,
  libxi,
  nix-update-script,
}:

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 +49,7 @@ rustPlatform.buildRustPackage rec {
    --add-rpath ${lib.makeLibraryPath runtimeInputs}
  '';

  cargoHash = "sha256-5t6PPlfV/INqb4knz1Bv6dqw47RxUmVO0DSlQNUIQL4=";
  cargoHash = "sha256-UXqS4JfKuLxeTW1MDMnKLzw8oHf1Gpgv8SktTtf12mc=";

  desktopItems = [
    (makeDesktopItem {
@@ -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";