Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Bump itself
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent 4d4ae6c commit b7ada01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e57b65abbbf7a2d5786acc86fdf56cde060ed026.tar.gz") { } }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/d50f95c6e2a8f58a9e883d918d1e184a6b512900.tar.gz") { } }:

pkgs.mkShell {
buildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion nix-headbump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func TestGetCurrentVersion(t *testing.T) {
if err != nil {
t.Fatalf("Getting the version has been failed: %s", err.Error())
}
want := "e57b65abbbf7a2d5786acc86fdf56cde060ed026"
want := "d50f95c6e2a8f58a9e883d918d1e184a6b512900"

if got != want {
t.Errorf("got %q, wanted %q", got, want)
Expand Down

0 comments on commit b7ada01

Please sign in to comment.