Unverified Commit b6929734 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

schemesh: 0.9.3 -> 1.0.0 (#500278)

parents 454d9200 49c887ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "schemesh";
  version = "0.9.3";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "cosmos72";
    repo = "schemesh";
    tag = "v${finalAttrs.version}";
    hash = "sha256-OhQpXFg3eroVpw4zkENM4zwqHqGNolstlq9oLhQ2cbY=";
    hash = "sha256-Tt3pxzti/Vv5JiP0kiplv6gOPiFU75tKoKyvpEPPztw=";
  };

  buildInputs = [