Unverified Commit 6441036f authored by Jonas Chevalier's avatar Jonas Chevalier Committed by GitHub
Browse files

Merge pull request #305650 from mlaradji/update-taskwarrior3-3.0.1

taskwarrior3: 3.0.0-unstable-2024-04-07 -> 3.0.2
parents 17b45ccf 7d7a9f69
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
stdenv.mkDerivation rec {
  pname = "taskwarrior";
    version = "3.0.0-unstable-2024-04-07";
  version = "3.0.2";
  src = fetchFromGitHub {
    owner = "GothenburgBitFactory";
    repo = "taskwarrior";
      rev = "fd306712b85dda3ea89de4e617aebeb98b2ede80";
    rev = "v3.0.2";
    hash = "sha256-vN3X6vLuD4Fw9wpEUYLf8sboA5GIcdP5EFb41KS6d5s=";
    fetchSubmodules = true;
      sha256 = "sha256-vzfHq/LHfnTx6CVGFCuO6W5aSqj1jVqldMdmyciSDDk=";
  };

  postPatch = ''
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
    name = "${pname}-${version}-cargo-deps";
    inherit src;
    sourceRoot = src.name;
    hash = "sha256-zQca/1tI/GUCekKhrg2iSL+h69SH6Ttsj3MqwDKj8HQ=";
    hash = "sha256-4hdM9LgDa47ZYcX30HXvixIRy0xaahG4XBqPiUM+IUM=";
  };
  cargoRoot = "./";
  preConfigure = ''