ref: 61d8a3ad3b4e7942b0f1662729b510763056113e
parent: 3b59f68a2a9a66129567872251dee58b6cbbf131
author: GitHub Actions <github-actions@github.com>
date: Mon Mar 3 09:07:12 EST 2025
Update version and hash in flake.nix, update RPM spec version to 1.7.10
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
# Make sure new dependencies are added. Runtime deps go to buildInputs and
# compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
pname = "m8c";
- version = "1.7.9";
+ version = "1.7.10";
m8c-package =
{ stdenv, gnumake
@@ -42,7 +42,7 @@
owner = "laamaa";
repo = pname;
rev = "v${version}";- hash = "sha256:09g1ac6fq33xv55vkss2ynjshy0613d84rwiwjhspbmfys3x2cwa";
+ hash = "sha256:18bx6jf0jbgnd6cfydh4iknh25rrpyc8awma4a1hkia57fyjy2gi";
};
installFlags = [ "PREFIX=$(out)" ];
--- a/package/rpm/m8c.spec
+++ b/package/rpm/m8c.spec
@@ -1,5 +1,5 @@
Name: m8c
-Version: 1.7.9
+Version: 1.7.10
Release: 1%{?dist}Summary: m8c is a client for Dirtywave M8 music tracker's headless mode
--
⑨