File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/compilers/gleam Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313rustPlatform . buildRustPackage rec {
1414 pname = "gleam" ;
15- version = "1.4.1 " ;
15+ version = "1.5.0 " ;
1616
1717 src = fetchFromGitHub {
1818 owner = "gleam-lang" ;
1919 repo = pname ;
2020 rev = "refs/tags/v${ version } " ;
21- hash = "sha256-z9xDMQXzVUeHne7KG4QsutQAiU01mgnV7ccdkjl+EkU =" ;
21+ hash = "sha256-buMnbBg+/vHXzbBuMPuV8AfdUmYA9J6WTXP7Oqrdo34 =" ;
2222 } ;
2323
2424 nativeBuildInputs = [ git pkg-config ] ;
2525
2626 buildInputs = [ openssl ] ++
2727 lib . optionals stdenv . isDarwin [ Security SystemConfiguration ] ;
2828
29- cargoHash = "sha256-XKHcA4DSVsWZfUHT6BkRjK0Mzz90E+ohYrtwZKPMtTY =" ;
29+ cargoHash = "sha256-0Vtf9UXLPW5HuqNIAGNyqIXCMTITdG7PuFdw4H4v6a4 =" ;
3030
3131 passthru . updateScript = nix-update-script { } ;
3232
You can’t perform that action at this time.
0 commit comments