Unverified Commit 9ed2338a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

alcove: 1.4.1 -> 1.5.1 (#485362)

parents 2e0b6e1a 4fe4da1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "alcove";
  version = "1.4.1";
  version = "1.5.1";

  src = fetchurl {
    url = "https://github.com/henrikruscon/alcove-releases/releases/download/${finalAttrs.version}/Alcove.zip";
    hash = "sha256-9SYqvJqLC4h4AcK/F86S7H15PiW+tcmaF83ILdc/ejE=";
    hash = "sha256-MhwtQDuDKP4vLPvOxSe9pY2W//dHplHlu6YvxfswNOg=";
  };

  sourceRoot = ".";