From bd6c1a554a58145a71e362471ccb6c9726f06b8f Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Tue, 29 Oct 2024 08:02:08 -0700 Subject: [PATCH 1/2] stdenv: fix documentation for stripAllFlags and stripDebugFlags The documentation for the default flags used for both fields were incomplete. --- doc/stdenv/stdenv.chapter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md index 1c6391472735a..3a98c7f7d4fd1 100644 --- a/doc/stdenv/stdenv.chapter.md +++ b/doc/stdenv/stdenv.chapter.md @@ -886,7 +886,7 @@ Like `stripAllList`, but only applies to packages’ target platform. By default ##### `stripAllFlags` {#var-stdenv-stripAllFlags} -Flags passed to the `strip` command applied to the files in the directories listed in `stripAllList`. Defaults to `-s` (i.e. `--strip-all`). +Flags passed to the `strip` command applied to the files in the directories listed in `stripAllList`. Defaults to `-s -p` (i.e. `--strip-all --preserve-dates`). ##### `stripDebugList` {#var-stdenv-stripDebugList} @@ -898,7 +898,7 @@ Like `stripDebugList`, but only applies to packages’ target platform. By defau ##### `stripDebugFlags` {#var-stdenv-stripDebugFlags} -Flags passed to the `strip` command applied to the files in the directories listed in `stripDebugList`. Defaults to `-S` (i.e. `--strip-debug`). +Flags passed to the `strip` command applied to the files in the directories listed in `stripDebugList`. Defaults to `-S -p` (i.e. `--strip-debug --preserve-dates`). ##### `stripExclude` {#var-stdenv-stripExclude} From 10894e7d6996a0fc5a9e4a320e0f31699f21babd Mon Sep 17 00:00:00 2001 From: confusedalex Date: Fri, 13 Dec 2024 21:15:31 +0100 Subject: [PATCH 2/2] wails: 2.9.1 -> 2.9.2 --- pkgs/development/tools/wails/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/wails/default.nix b/pkgs/development/tools/wails/default.nix index 700cb90046a32..acbf96a085836 100644 --- a/pkgs/development/tools/wails/default.nix +++ b/pkgs/development/tools/wails/default.nix @@ -15,18 +15,18 @@ buildGoModule rec { pname = "wails"; - version = "2.9.1"; + version = "2.9.2"; src = fetchFromGitHub { owner = "wailsapp"; repo = pname; rev = "v${version}"; - hash = "sha256-dtfFeNK7ZfqriK4S0/+Wor1hUJv5kgnRWURVqt+RrNU="; + hash = "sha256-Ta7PLxy6ElJwR0yz7oMbmwYyPwduYfoSFWhvsPAJTYs="; } + "/v2"; - vendorHash = "sha256-15Vo4AKmd9qOF0ea1klTlrXJOUs+IHvsNT2rw4R7ZiU="; + vendorHash = "sha256-nnc9+iGVJDcRstEEL9O5UU07NcG9yEQ6kMECDTS9LO8="; proxyVendor = true;