Commit 21d8123b authored by aleksana's avatar aleksana
Browse files

valent: 1.0.0.alpha.46-unstable-2024-10-26 -> 1.0.0.alpha.48

parent b4799c4e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  desktop-file-utils,
  gobject-introspection,
  meson,
  ninja,
  pkg-config,
@@ -26,18 +27,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "valent";
  version = "1.0.0.alpha.46-unstable-2024-10-26";
  version = "1.0.0.alpha.48";

  src = fetchFromGitHub {
    owner = "andyholmes";
    repo = "valent";
    rev = "165a2791d4bf3e7dee69e3dd7885dbe4948265b9";
    hash = "sha256-7klvOvwyAg+Xno6zWo8UByjaS9OkOuCceuZcAIEgdyU=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CB3Jb7N8vcNTLCWXKoDh/wQkPW1CH6WRlwXg4efU3GY=";
    fetchSubmodules = true;
  };

  nativeBuildInputs = [
    desktop-file-utils
    gobject-introspection
    meson
    ninja
    pkg-config