Skip to content

Commit

Permalink
Merge pull request #137 from laamaa/fix-nix-pkg
Browse files Browse the repository at this point in the history
Fix nix pkg autoupdater
  • Loading branch information
laamaa authored Feb 20, 2024
2 parents 2a0717a + e5c4d6a commit a157e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nix-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.push.head.ref }}

- name: Set up Nix
uses: cachix/install-nix-action@v22
Expand Down
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let m8c-package =

let
pname = "m8c";
version = "1.5.5";
version = "1.5.6";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -34,7 +34,7 @@ let m8c-package =
owner = "laamaa";
repo = pname;
rev = "v${version}";
hash = "sha256:04rn7b18xy5z03mlsb55nm1kn1k0ynqycs0km9w1yzrlq6rwrcn5";
hash = "sha256:0r7lndy5jzm8wn3gdqzyaq6nq5m0b08a5qvmm6lyvvvj5agqjywp";
};

installFlags = [ "PREFIX=$(out)" ];
Expand Down

0 comments on commit a157e0d

Please sign in to comment.