selfci: 0-unstable-2026-01-17 -> 0.5.0 (#490007)

This commit is contained in:
Doron Behar
2026-05-19 09:18:55 +00:00
committed by GitHub
2 changed files with 8 additions and 24 deletions
-13
View File
@@ -1,13 +0,0 @@
diff --git a/Cargo.toml b/Cargo.toml
index 8f7a1e2..e2062c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["ci"]
categories = ["development-tools"]
authors = ["dpc <dpc@dpc.pw>"]
-rust-version = "1.92"
+rust-version = "1.91"
[[bin]]
name = "selfci"
+8 -11
View File
@@ -1,6 +1,6 @@
{
lib,
fetchgit,
fetchFromRadicle,
nix-update-script,
rustPlatform,
git,
@@ -9,24 +9,21 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "selfci";
version = "0-unstable-2026-01-17";
version = "0.5.0";
src = fetchgit {
url = "https://radicle.dpc.pw/z2tDzYbAXxTQEKTGFVwiJPajkbeDU.git";
rev = "83e693dada851ce0da32713869d3da02c52ed257";
hash = "sha256-f0BfHvIQnhhiPie3a+9MeEGzZ+/KcgrbKBneu8Jo+xs=";
src = fetchFromRadicle {
seed = "radicle.dpc.pw";
repo = "z2tDzYbAXxTQEKTGFVwiJPajkbeDU";
tag = "v${finalAttrs.version}";
hash = "sha256-6Q9Enq02uJbcpr7pohh+uiGNus++TkUxCvO4KwX8fkk=";
};
cargoHash = "sha256-Z3f35HIZiNeKeDNFPUVkFvL2OpMWzqRvxOL5/hUEzJw=";
cargoHash = "sha256-zgDbf0po0YJCRo4GyVce2YSzoFjBTWsKX86/aH3uZlY=";
nativeBuildInputs = [
makeWrapper
];
patches = [
./Cargo.toml.patch
];
doCheck = false;
postInstall = ''