speedcrunch: unstable-2021-10-09 -> 0.12-unstable-2024-12-02

Upstream:
https://bitbucket.org/heldercorreia/speedcrunch/commits/branch/master

- Update the version of Speedcrunch to the penultimate latest upstream
  commit. The actual latest upstream commit enforces the use of Qt6, and
  the build fails if Qt6 is used.
This commit is contained in:
magicquark
2025-09-28 05:22:39 +01:00
parent e7513aca60
commit 280635f07c
+3 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "speedcrunch";
version = "unstable-2021-10-09";
version = "0.12-unstable-2024-12-02";
src = fetchFromBitbucket {
owner = "heldercorreia";
repo = "speedcrunch";
rev = "74756f3438149c01e9edc3259b0f411fa319a22f";
sha256 = "sha256-XxQv+A5SfYXFIRK7yacxGHHne1Q93pwCGeHhchIKizU=";
rev = "db51fc5e547aa83834761d874d3518c06d0fec9e";
hash = "sha256-rnl4z/HU3lAF9Y1JvdM8LZWIV1NGfR4q5gOMxlNU2EA=";
};
sourceRoot = "source/src";