Unverified Commit fbbabf41 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

fstl: 0.10.0 -> 0.11.0 (#375969)

parents 31e9ac86 d1752387
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

mkDerivation rec {
  pname = "fstl";
  version = "0.10.0";
  version = "0.11.0";

  nativeBuildInputs = [ cmake ];

@@ -25,7 +25,7 @@ mkDerivation rec {
    owner = "fstl-app";
    repo = "fstl";
    rev = "v" + version;
    hash = "sha256-z2X78GW/IeiPCnwkeLBCLjILhfMe2sT3V9Gbw4TSf4c=";
    hash = "sha256-6V1L5aUZQl4zAkXD7yY8Ap0+QXgogQNxaTyZAxHFqM4=";
  };

  meta = with lib; {