Unverified Commit 14941f92 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

goverlay: 1.6.4 -> 1.6.5 (#472640)

parents 04ffdb20 5052605d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "goverlay";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "benjamimgois";
    repo = "goverlay";
    tag = finalAttrs.version;
    hash = "sha256-e1eqCoIyfn8fn0m5e8VWc0qzSz5wqSGEnsfAAgmYoxE=";
    hash = "sha256-FlYllC9nwWE+BWOLMAnzDcl2I2qIMU8K7Uan+juEkj0=";
  };

  outputs = [