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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user