Commit 2f194ced authored by Dionysis Grigoropoulos's avatar Dionysis Grigoropoulos Committed by Bjørn Forsman
Browse files

libsigrokdecode: 0.5.3-unstable-2023-10-23 -> 0.5.3-unstable-2024-10-01

parent aed4cd84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

stdenv.mkDerivation rec {
  pname = "libsigrokdecode";
  version = "0.5.3-unstable-2023-10-23";
  version = "0.5.3-unstable-2024-10-01";

  src = fetchgit {
    url = "git://sigrok.org/libsigrokdecode";
    rev = "0c35c5c5845d05e5f624c99d58af992d2f004446";
    hash = "sha256-1kQB7uk2c+6Uriw+1o6brThDcBLoCdPV0MVWAha7ohk=";
    rev = "71f451443029322d57376214c330b518efd84f88";
    hash = "sha256-aW0llB/rziJxLW3OZU1VhxeM3MDWsaMVVgvDKZzdiIY=";
  };

  nativeBuildInputs = [