Merge pull request #256676 from r-ryantm/auto-update/beluga

beluga: 1.1 -> 1.1.1

authored by

Fabián Heredia Montiel and committed by
GitHub
24dec617 85522a09

+2 -2
+2 -2
pkgs/applications/science/logic/beluga/default.nix
··· 2 2 3 3 ocamlPackages.buildDunePackage rec { 4 4 pname = "beluga"; 5 - version = "1.1"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Beluga-lang"; 9 9 repo = "Beluga"; 10 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-0E7rmiLmQPfOAQ1qKiqxeLdqviVl+Thkl6KfOWkGZRc="; 11 + hash = "sha256-l/C77czLtlLnpadVx4d9ve9jv/e11jsOgzrbXt+Zo5s="; 12 12 }; 13 13 14 14 duneVersion = "3";