Unverified Commit 767a53a9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

seatd: 0.9.2 -> 0.9.3 (#495523)

parents 0af1dea2 73efbfe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "seatd";
  version = "0.9.2";
  version = "0.9.3";

  src = fetchFromSourcehut {
    owner = "~kennylevinsen";
    repo = "seatd";
    rev = finalAttrs.version;
    hash = "sha256-B1MIPnf5rO+Jj2/0xuWvsigShmcRF/8/KP2Xh4YTseY=";
    hash = "sha256-a3L/iFDeFnMGNzC46wXREmSPE+ZX1zUEPnjKPL0bT/A=";
  };

  outputs = [