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

This commit is contained in:
Maxim Moskalets
2025-10-08 12:41:49 +03:00
parent 8913c168d1
commit 6a45361619
@@ -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 = [