Commit 4d676c8a authored by Harsh Shandilya's avatar Harsh Shandilya Committed by Peter Hoeg
Browse files

psst: unstable-2024-01-28 -> unstable-2024-03-04

parent 838e820d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = {
+1 −1
Original line number Diff line number Diff line
@@ -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";