Commit 6a453616 authored by Maxim Moskalets's avatar Maxim Moskalets
Browse files

pulseview: 0.4.2-unstable-2024-03-14 -> 0.4.2-unstable-2025-05-15

parent 8913c168
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchgit,
  fetchFromGitHub,
  pkg-config,
  cmake,
  glib,
@@ -24,12 +24,13 @@

stdenv.mkDerivation {
  pname = "pulseview";
  version = "0.4.2-unstable-2024-03-14";
  version = "0.4.2-unstable-2025-05-15";

  src = fetchgit {
    url = "git://sigrok.org/pulseview";
    rev = "d00efc65ef47090b71c4da12797056033bee795f";
    hash = "sha256-MwfMUqV3ejxesg+3cFeXVB5hwg4r0cOCgHJuH3ZLmNE=";
  src = fetchFromGitHub {
    owner = "sigrokproject";
    repo = "pulseview";
    rev = "e2fe9dfb91c7de85c410922ee9268c3f526bcc54";
    hash = "sha256-b9pqtsF5J9MA7XMIgFZltrVqi64ZPObBTiaws3zSDRg=";
  };

  nativeBuildInputs = [