glaze: 5.2.1 -> 5.3.0 (#411286)

Co-authored-by: moni-dz <lythe1107@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-01 07:13:59 +00:00 committed by GitHub
commit 6117466f6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (final: { stdenv.mkDerivation (final: {
pname = "glaze"; pname = "glaze";
version = "5.2.1"; version = "5.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stephenberry"; owner = "stephenberry";
repo = "glaze"; repo = "glaze";
rev = "v${final.version}"; rev = "v${final.version}";
hash = "sha256-DiKjik8u07dRAhXDCXJy0UKyoripzgnGRzB4pNlZ+lg="; hash = "sha256-o0+V5mSMSHMDm7XEIVn/zHWJoFuGePOSzdLAxmOMxUM=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];