Skip to content

Commit

Permalink
Merge pull request #315608 from r-ryantm/auto-update/psst
Browse files Browse the repository at this point in the history
psst: unstable-2024-04-01 -> unstable-2024-05-26
  • Loading branch information
Aleksanaa authored May 31, 2024
2 parents e99ced6 + 9b0c6fa commit 4781a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/psst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "psst";
version = "unstable-2024-04-01";
version = "unstable-2024-05-26";

src = fetchFromGitHub {
owner = "jpochyla";
repo = pname;
rev = "37d8da11774c6eff3d1c2902ac883dace178e832";
hash = "sha256-BGIbf7jtrspFqURyy2AIYKSSkcirLgj0oUBq0CHl+2s=";
rev = "6c9cd3f91653764b832ea5136cda04c9e0f8fe50";
hash = "sha256-bttF+yX1BT4t1TUmJBs0OZuPD+6uPxHlb8YzRIVNKTQ=";
};

cargoLock = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/psst/make-build-reproducible.patch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ index fcbd491..2d71ee3 100644
-pub const GIT_VERSION: &str = git_version!();
-pub const BUILD_TIME: &str = include!(concat!(env!("OUT_DIR"), "/build-time.txt"));
-pub const REMOTE_URL: &str = include!(concat!(env!("OUT_DIR"), "/remote-url.txt"));
+pub const GIT_VERSION: &str = "37d8da11774c6eff3d1c2902ac883dace178e832";
+pub const GIT_VERSION: &str = "6c9cd3f91653764b832ea5136cda04c9e0f8fe50";
+pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
+pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";

Expand Down

0 comments on commit 4781a3c

Please sign in to comment.