1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

vte: 0.80.1 -> 0.80.2 (#412572)

This commit is contained in:
Bobby Rong 2025-06-07 15:30:23 +08:00 committed by GitHub
commit a6dc557dac
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vte";
version = "0.80.1";
version = "0.80.2";
outputs = [
"out"
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/vte/${lib.versions.majorMinor finalAttrs.version}/vte-${finalAttrs.version}.tar.xz";
hash = "sha256-DNvQ6YOv2dIuBl4yOnQxYAcr9ktFPgCxXtvm8tzdpGw=";
hash = "sha256-siW+vQQ2M71JHy6hcTdNDz+d5i3+wHZTBTvAjE+s5G8=";
};
patches = [