Merge pull request #302029 from r-ryantm/auto-update/psst

psst: unstable-2024-02-11 -> unstable-2024-04-01

authored by Nick Cao and committed by GitHub 2d3a7177 c3dea5c1

+4 -4
+3 -3
pkgs/applications/audio/psst/default.nix
··· 16 16 in 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "psst"; 19 - version = "unstable-2024-02-11"; 19 + version = "unstable-2024-04-01"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "jpochyla"; 23 23 repo = pname; 24 - rev = "0cb4f6964b5ba771182ccfe005260a86a494ef92"; 25 - hash = "sha256-W+MFToyvYDQuC/8DqigvENxzJ6QGQOAeAdmdWG6+qZk="; 24 + rev = "37d8da11774c6eff3d1c2902ac883dace178e832"; 25 + hash = "sha256-BGIbf7jtrspFqURyy2AIYKSSkcirLgj0oUBq0CHl+2s="; 26 26 }; 27 27 28 28 cargoLock = {
+1 -1
pkgs/applications/audio/psst/make-build-reproducible.patch
··· 51 51 -pub const GIT_VERSION: &str = git_version!(); 52 52 -pub const BUILD_TIME: &str = include!(concat!(env!("OUT_DIR"), "/build-time.txt")); 53 53 -pub const REMOTE_URL: &str = include!(concat!(env!("OUT_DIR"), "/remote-url.txt")); 54 - +pub const GIT_VERSION: &str = "0cb4f6964b5ba771182ccfe005260a86a494ef92"; 54 + +pub const GIT_VERSION: &str = "37d8da11774c6eff3d1c2902ac883dace178e832"; 55 55 +pub const BUILD_TIME: &str = "1970-01-01 00:00:00"; 56 56 +pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst"; 57 57