reaction: fix version check

Even though we moved ahead of 2.3.1 the --version flag still shows 2.3.1.
This commit is contained in:
Martin Weinelt
2026-05-10 14:29:03 +02:00
parent 7ebae83e14
commit d65cd4342b
+2 -2
View File
@@ -13,13 +13,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "reaction";
version = "2.3.1-11";
version = "2.3.1";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "ppom";
repo = "reaction";
rev = "c0868d6fe1d155de183a89729b5f3f0ede7be4a2";
rev = "c0868d6fe1d155de183a89729b5f3f0ede7be4a2"; # TODO: return to tagged release
hash = "sha256-QlSXZ2Wk1OXzAY2x6YjtW+xNchY+Ghb/6AsJgjfgoFE=";
};