Merge pull request #234593 from r-ryantm/auto-update/lhasa

lhasa: 0.3.1 -> 0.4.0
This commit is contained in:
Weijia Wang 2023-05-30 12:24:57 +03:00 committed by GitHub
commit 57de14de46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "lhasa";
version = "0.3.1";
version = "0.4.0";
src = fetchurl {
url = "https://soulsphere.org/projects/lhasa/lhasa-${version}.tar.gz";
sha256 = "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z";
sha256 = "sha256-p/yIPDBMUIVi+5P6MHpMNCsMiG/MJl8ouS3Aw5IgxbM=";
};
meta = with lib; {