Unverified Commit 13343b7d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

highscore-unwrapped: 0-unstable-2026-01-01 -> 0-unstable-2026-02-01 (#485938)

parents 31aba0ed bcdb329f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "highscore-unwrapped";
  version = "0-unstable-2026-01-01";
  version = "0-unstable-2026-02-01";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "highscore";
    rev = "c9f537e06414a32632e9f9d7a73d9028b788f275";
    hash = "sha256-6sBfjVFIFg0w3apzJBYMYEIjTavnOAE0YK3ayzoyDks=";
    rev = "281d8e1d7d9abaa8452b869d1d52d4a933a00d26";
    hash = "sha256-HQD8Dge/nSvIDgiekCxHzCmRl4cO98Er8X24ZoP8OiQ=";
  };

  patches = [
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {

  postPatch = ''
    substituteInPlace meson.build --replace-fail \
      "run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()" \
      "run_command('git', 'rev-parse', '--short', 'HEAD', check: false).stdout().strip()" \
      "'${finalAttrs.src.rev}'"
  '';

+3 −3
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

stdenv.mkDerivation {
  pname = "libhighscore";
  version = "0-unstable-2025-12-06";
  version = "0-unstable-2026-01-30";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "alicem";
    repo = "libhighscore";
    rev = "6920d96b440ccfc070fc87c39c51beab8ac053bd";
    hash = "sha256-JXfPLPHA3HwXRG6sT/5TSMbtU+BqBh/+ZVrzJxW0xLg=";
    rev = "81366c670b777a6943dbdd955b9e867c8da247e7";
    hash = "sha256-z+gMU9IA0F9alrhXNf5e+0/J87ChwVyCn26iA+ythBE=";
  };

  nativeBuildInputs = [