nixpkgs-bootstrap: fix hash for nautilus cross patch

This commit is contained in:
2025-01-22 21:06:10 +00:00
parent 977859776b
commit c05771ba0b

View File

@@ -49,7 +49,7 @@ in
(fetchpatch' {
name = "nautilus: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/373662";
hash = "sha256-/51SnUExwsqSSwgR3dxUozDAMf5wHoMIT7+NDpIdYNI=";
hash = "sha256-lm/FNd9yaTDGW1NXHjrZc1cP3wyp9LlWH9CfkyViymk=";
})
(fetchpatch' {