about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-03-04 18:59:18 +0530
committerPeter Hoeg <peter@hoeg.com>2024-03-07 02:22:37 -0800
commit4d676c8ab946210b8590a40106ebfc73cd6a137e (patch)
tree6d210a7c97cf7217d8dfb09924ab0d2068aa432d /pkgs/applications/audio
parent838e820d8936b846297da869e76f0906004b8355 (diff)
downloadnixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar.gz
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar.bz2
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar.lz
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar.xz
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.tar.zst
nixlib-4d676c8ab946210b8590a40106ebfc73cd6a137e.zip
psst: unstable-2024-01-28 -> unstable-2024-03-04
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/psst/default.nix6
-rw-r--r--pkgs/applications/audio/psst/make-build-reproducible.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/psst/default.nix b/pkgs/applications/audio/psst/default.nix
index b1c37bd01b56..46958b01bd1c 100644
--- a/pkgs/applications/audio/psst/default.nix
+++ b/pkgs/applications/audio/psst/default.nix
@@ -16,13 +16,13 @@ let
 in
 rustPlatform.buildRustPackage rec {
   pname = "psst";
-  version = "unstable-2024-01-28";
+  version = "unstable-2024-03-04";
 
   src = fetchFromGitHub {
     owner = "jpochyla";
     repo = pname;
-    rev = "38422b1795c98d8d0e3bc8dc479d12f8d5bd7154";
-    hash = "sha256-VTbjlSfkbon38IPBCazwrZtWR8dH9mE0sSVIlmxcUks=";
+    rev = "0cb4f6964b5ba771182ccfe005260a86a494ef92";
+    hash = "sha256-W+MFToyvYDQuC/8DqigvENxzJ6QGQOAeAdmdWG6+qZk=";
   };
 
   cargoLock = {
diff --git a/pkgs/applications/audio/psst/make-build-reproducible.patch b/pkgs/applications/audio/psst/make-build-reproducible.patch
index e70b7e726ea5..fb74db8ccb99 100644
--- a/pkgs/applications/audio/psst/make-build-reproducible.patch
+++ b/pkgs/applications/audio/psst/make-build-reproducible.patch
@@ -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 = "38422b1795c98d8d0e3bc8dc479d12f8d5bd7154";
++pub const GIT_VERSION: &str = "0cb4f6964b5ba771182ccfe005260a86a494ef92";
 +pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
 +pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";