psst: unstable-2024-02-11 -> unstable-2024-04-01
This commit is contained in:
parent
f6eb921406
commit
373b3756c9
2 changed files with 4 additions and 4 deletions
|
@ -16,13 +16,13 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "psst";
|
pname = "psst";
|
||||||
version = "unstable-2024-02-11";
|
version = "unstable-2024-04-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jpochyla";
|
owner = "jpochyla";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "0cb4f6964b5ba771182ccfe005260a86a494ef92";
|
rev = "37d8da11774c6eff3d1c2902ac883dace178e832";
|
||||||
hash = "sha256-W+MFToyvYDQuC/8DqigvENxzJ6QGQOAeAdmdWG6+qZk=";
|
hash = "sha256-BGIbf7jtrspFqURyy2AIYKSSkcirLgj0oUBq0CHl+2s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
|
@ -51,7 +51,7 @@ index fcbd491..2d71ee3 100644
|
||||||
-pub const GIT_VERSION: &str = git_version!();
|
-pub const GIT_VERSION: &str = git_version!();
|
||||||
-pub const BUILD_TIME: &str = include!(concat!(env!("OUT_DIR"), "/build-time.txt"));
|
-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 REMOTE_URL: &str = include!(concat!(env!("OUT_DIR"), "/remote-url.txt"));
|
||||||
+pub const GIT_VERSION: &str = "0cb4f6964b5ba771182ccfe005260a86a494ef92";
|
+pub const GIT_VERSION: &str = "37d8da11774c6eff3d1c2902ac883dace178e832";
|
||||||
+pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
|
+pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
|
||||||
+pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";
|
+pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue