Unverified Commit 2120bdb7 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

loopwm: 1.3.0 -> 1.4.2 (#489015)

parents cb5a47a7 0a8822d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "loopwm";
  version = "1.3.0";
  version = "1.4.2";

  src = fetchurl {
    url = "https://github.com/MrKai77/Loop/releases/download/${finalAttrs.version}/Loop.zip";
    hash = "sha256-UiEUdRKQLJdOj+fI4fmTi71TreP1gM+jr+53dhtESRE=";
    hash = "sha256-UU6X+qs4Q837ixhZuRMzcEY5oaLOWA5PaE117+AH04Y=";
  };

  sourceRoot = ".";