pulseview: 0.4.2-unstable-2024-03-14 -> 0.5.0-unstable-2025-05-15 (#449652)

This commit is contained in:
Bjørn Forsman
2025-10-08 18:20:38 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{
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 = [