Loading pkgs/os-specific/linux/pcm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pcm"; version = "202403"; version = "202405"; src = fetchFromGitHub { owner = "opcm"; repo = "pcm"; rev = version; hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA="; hash = "sha256-yEe1lWbvafc3N3+K9WMMlIXVVX+fVO8QsuKdyIqiKAg="; }; nativeBuildInputs = [ cmake ]; Loading Loading
pkgs/os-specific/linux/pcm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pcm"; version = "202403"; version = "202405"; src = fetchFromGitHub { owner = "opcm"; repo = "pcm"; rev = version; hash = "sha256-qefqtuxRaQEsWpXNAuGxuIT3LiH2b8xQb54B0RkzKGA="; hash = "sha256-yEe1lWbvafc3N3+K9WMMlIXVVX+fVO8QsuKdyIqiKAg="; }; nativeBuildInputs = [ cmake ]; Loading