shithub: m8c

Download patch

ref: 514e71a670e372703dc8768ed678ae1e623d7767
parent: 9f05d8db707b2d117acf0a6f1f9796d9c1fa0b47
author: GitHub Actions <github-actions@github.com>
date: Sun Feb 23 13:22:13 EST 2025

Update version and hash in flake.nix, update RPM spec version to 1.7.9

--- 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.8";
+      version = "1.7.9";
       m8c-package =
         { stdenv
         , gnumake
@@ -42,7 +42,7 @@
             owner = "laamaa";
             repo = pname;
             rev = "v${version}";
-            hash = "sha256:0rvc2qsrk7kqk5hnwkh8pya7nc6y7q4i6k8d0rg41jdw0fscsici";
+            hash = "sha256:09g1ac6fq33xv55vkss2ynjshy0613d84rwiwjhspbmfys3x2cwa";
           };
 
           installFlags = [ "PREFIX=$(out)" ];
--- a/package/rpm/m8c.spec
+++ b/package/rpm/m8c.spec
@@ -1,5 +1,5 @@
 Name:           m8c
-Version:        1.2.3
+Version:        1.7.9
 Release:        1%{?dist}
 Summary:        m8c is a client for Dirtywave M8 music tracker's headless mode
 
--