pipeline: 2.0.2 -> 2.0.3 (#360967)

This commit is contained in:
Weijia Wang 2024-12-02 19:45:06 +01:00 committed by GitHub
commit 0f4b675d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2231,7 +2231,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tubefeeder"
version = "2.0.2"
version = "2.0.3"
dependencies = [
"chrono",
"clapper",

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pipeline";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "pipeline";
rev = "v${finalAttrs.version}";
hash = "sha256-8LKd7zZuwo/HtxFo8x8UpO1Y8/DnTZmaOYrc9NmnIrc=";
hash = "sha256-1HNhcWNJsWik58Ho3+y4cHRRpHDug1zfumrMZA836DI=";
};
cargoDeps = rustPlatform.importCargoLock {