Merge pull request #330678 from r-ryantm/auto-update/xpano

xpano: 0.18.1 -> 0.19.0
This commit is contained in:
Nick Cao 2024-07-29 15:33:08 -04:00 committed by GitHub
commit d450475cd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "xpano";
version = "0.18.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = "krupkat";
repo = pname;
rev = "v${version}";
sha256 = "iPGvCJz2iywpSePBZ3c8OiccKfwaGAToGaJfRhruUPk=";
sha256 = "sha256-cb6BJg0wdfhqEFLbQ27NpjJU/cc4SZSk94UHzJfzn5U=";
fetchSubmodules = true;
};