Unverified Commit 248c0a88 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

miracle-wm: 0.6.2-unstable-2025-08-27 -> 0.7.0 (#440086)

parents 887bb085 859f9f02
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  stdenv,
  lib,
  fetchFromGitHub,
  unstableGitUpdater,
  gitUpdater,
  nixosTests,
  boost,
  cmake,
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "miracle-wm";
  version = "0.6.2-unstable-2025-08-27";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "miracle-wm-org";
    repo = "miracle-wm";
    rev = "0a55a023adf511b042f922aeba666744805be988";
    hash = "sha256-yf7knY1tNFeCwePsfTAMAxIma+ZeZUvqpMJe7ABahEw=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SAeQ7nFsr37I8XncV3eMT8JCb74CdM+xPrNBX+qf8Bc=";
  };

  postPatch = ''
@@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  passthru = {
    updateScript = unstableGitUpdater { tagPrefix = "v"; };
    updateScript = gitUpdater { rev-prefix = "v"; };
    providedSessions = [ "miracle-wm" ];
    tests.vm = nixosTests.miracle-wm;
  };