Commit 280635f0 authored by magicquark's avatar magicquark
Browse files

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.
parent e7513aca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";