Merge pull request #163885 from r-ryantm/auto-update/ott

ott: 0.31 -> 0.32
main
Lassulus 2 years ago committed by GitHub
commit 5ed1d2ff8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/science/logic/ott/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ott";
version = "0.31";
version = "0.32";
src = fetchFromGitHub {
owner = "ott-lang";
repo = "ott";
rev = version;
sha256 = "0l81126i2qkz11fs5yrjdgymnqgjcs5avb7f951h61yh1s68jpnn";
sha256 = "sha256-vdDsfsIi1gRW1Sowf29VyQ4C5UKyQZaVgS2uTb8VeW4=";
};
nativeBuildInputs = [ pkg-config opaline ];

Loading…
Cancel
Save